PHP 클래스 Tests\Analyze\Fixtures\Statement\MissingBreakStatement

파일 보기 프로젝트 열기: ovr/phpsa

공개 메소드들

메소드 설명
missingBreakOnLastCaseWithDefault ( ) : string
testMissingBreakStatement ( ) : string
testValidSwitch ( ) : string
testValidSwitchWithMissingBreakForLastCase ( ) : string
testValidSwitchWithSeveralJoinedCases ( ) : string

메소드 상세

missingBreakOnLastCaseWithDefault() 공개 메소드

testMissingBreakStatement() 공개 메소드

testValidSwitch() 공개 메소드

public testValidSwitch ( ) : string
리턴 string

testValidSwitchWithMissingBreakForLastCase() 공개 메소드

testValidSwitchWithSeveralJoinedCases() 공개 메소드