PHP 클래스 PhpCsFixer\Test\IntegrationCase

저자: Dariusz Rumiński ([email protected])
파일 보기 프로젝트 열기: friendsofphp/php-cs-fixer 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( string $fileName, string $title, array $settings, array $requirements, array $config, RuleSet $ruleset, string $expectedCode, string | null $inputCode )
create ( )
getConfig ( )
getExpectedCode ( )
getFileName ( )
getInputCode ( )
getRequirement ( string $name ) : mixed
getRequirements ( )
getRuleset ( )
getSettings ( )
getTitle ( )
hasInputCode ( )
shouldCheckPriority ( ) : boolean

메소드 상세

__construct() 공개 메소드

public __construct ( string $fileName, string $title, array $settings, array $requirements, array $config, RuleSet $ruleset, string $expectedCode, string | null $inputCode )
$fileName string
$title string
$settings array
$requirements array
$config array
$ruleset PhpCsFixer\RuleSet
$expectedCode string
$inputCode string | null

create() 공개 정적인 메소드

public static create ( )

getConfig() 공개 메소드

public getConfig ( )

getExpectedCode() 공개 메소드

public getExpectedCode ( )

getFileName() 공개 메소드

public getFileName ( )

getInputCode() 공개 메소드

public getInputCode ( )

getRequirement() 공개 메소드

public getRequirement ( string $name ) : mixed
$name string
리턴 mixed

getRequirements() 공개 메소드

public getRequirements ( )

getRuleset() 공개 메소드

public getRuleset ( )

getSettings() 공개 메소드

public getSettings ( )

getTitle() 공개 메소드

public getTitle ( )

hasInputCode() 공개 메소드

public hasInputCode ( )

shouldCheckPriority() 공개 메소드

public shouldCheckPriority ( ) : boolean
리턴 boolean