PHP Class Tests\Analyze\Fixtures\Statement\MissingBreakStatement

Show file Open project: ovr/phpsa

Public Methods

Method Description
missingBreakOnLastCaseWithDefault ( ) : string
testMissingBreakStatement ( ) : string
testValidSwitch ( ) : string
testValidSwitchWithMissingBreakForLastCase ( ) : string
testValidSwitchWithSeveralJoinedCases ( ) : string

Method Details

missingBreakOnLastCaseWithDefault() public method

testMissingBreakStatement() public method

testValidSwitch() public method

public testValidSwitch ( ) : string
return string

testValidSwitchWithMissingBreakForLastCase() public method

testValidSwitchWithSeveralJoinedCases() public method