Editor PHP 2.4.0

PhpUnitMethodCasingFixer extends AbstractPhpUnitFixer
in package
implements ConfigurableFixerInterface

FinalYes
Tags
author

Filippo Tessarotto zoeslam@gmail.com

Table of Contents

Interfaces

ConfigurableFixerInterface

Methods

getDefinition()  : FixerDefinitionInterface
Returns the definition of the fixer.
getPriority()  : int
Returns the priority of the fixer.
applyPhpUnitClassFix()  : void
createConfigurationDefinition()  : FixerConfigurationResolverInterface

Methods

getPriority()

Returns the priority of the fixer.

public getPriority() : int

Must run after PhpUnitTestAnnotationFixer.

Return values
int

applyPhpUnitClassFix()

protected applyPhpUnitClassFix(Tokens $tokens, int $startIndex, int $endIndex) : void
Parameters
$tokens : Tokens
$startIndex : int
$endIndex : int

        
On this page

Search results