PHP 클래스 PhpCsFixer\Fixer\PhpUnit\PhpUnitDedicateAssertFixer

저자: SpacePossum
상속: extends PhpCsFixer\AbstractFixer, implements PhpCsFixer\Fixer\ConfigurableFixerInterface
파일 보기 프로젝트 열기: friendsofphp/php-cs-fixer

공개 메소드들

메소드 설명
configure ( array $configuration = null )
fix ( SplFileInfo $file, Tokens $tokens )
getPriority ( )
isCandidate ( Tokens $tokens )
isRisky ( )

보호된 메소드들

메소드 설명
getDescription ( )

비공개 메소드들

메소드 설명
fixAssert ( Tokens $tokens, array $assertIndexes ) : integer
getAssertCandidate ( Tokens $tokens, integer $assertCallIndex ) : integer | int[]
removeFunctionCall ( Tokens $tokens, integer | false $callNSIndex, integer $callIndex, integer $openIndex, integer $closeIndex )

메소드 상세

configure() 공개 메소드

public configure ( array $configuration = null )
$configuration array

fix() 공개 메소드

public fix ( SplFileInfo $file, Tokens $tokens )
$file SplFileInfo
$tokens PhpCsFixer\Tokenizer\Tokens

getDescription() 보호된 메소드

protected getDescription ( )

getPriority() 공개 메소드

public getPriority ( )

isCandidate() 공개 메소드

public isCandidate ( Tokens $tokens )
$tokens PhpCsFixer\Tokenizer\Tokens

isRisky() 공개 메소드

public isRisky ( )