Documentation

PhpUnitMethodCasingFixer extends AbstractPhpUnitFixer
in package
implements ConfigurationDefinitionFixerInterface

Tags
author

Filippo Tessarotto zoeslam@gmail.com

Interfaces, Classes and Traits

ConfigurationDefinitionFixerInterface

Table of Contents

getDefinition()  : mixed
{@inheritdoc}
getPriority()  : mixed
{@inheritdoc}
applyPhpUnitClassFix()  : mixed
{@inheritdoc}
createConfigurationDefinition()  : mixed
{@inheritdoc}
isMethod()  : bool
isTestMethod()  : bool
startsWith()  : bool
updateDocBlock()  : mixed
updateMethodCasing()  : string

Methods

getPriority()

{@inheritdoc}

public getPriority() : mixed

Must run after PhpUnitTestAnnotationFixer.

Return values
mixed

applyPhpUnitClassFix()

{@inheritdoc}

protected applyPhpUnitClassFix(Tokens $tokens, mixed $startIndex, mixed $endIndex) : mixed
Parameters
$tokens : Tokens
$startIndex : mixed
$endIndex : mixed
Return values
mixed

createConfigurationDefinition()

{@inheritdoc}

protected createConfigurationDefinition() : mixed
Return values
mixed

startsWith()

private startsWith(string $needle, string $haystack) : bool
Parameters
$needle : string
$haystack : string
Return values
bool

updateMethodCasing()

private updateMethodCasing(string $functionName) : string
Parameters
$functionName : string
Return values
string

Search results