PHP Class Pinq\Tests\Integration\Parsing\ControlStructureParserTest

Inheritance: extends ParserTest
Datei anzeigen Open project: timetoogo/pinq

Public Methods

Method Description
testThrowsExceptionWithDoWhileLoop ( )
testThrowsExceptionWithForLoop ( )
testThrowsExceptionWithForeachLoop ( )
testThrowsExceptionWithGotoStatement ( )
testThrowsExceptionWithIfStatement ( )
testThrowsExceptionWithSwitchStatement ( )
testThrowsExceptionWithTryCatchStatement ( )
testThrowsExceptionWithWhileLoop ( )

Method Details

testThrowsExceptionWithDoWhileLoop() public method

testThrowsExceptionWithForLoop() public method

testThrowsExceptionWithForeachLoop() public method

testThrowsExceptionWithGotoStatement() public method

testThrowsExceptionWithIfStatement() public method

testThrowsExceptionWithSwitchStatement() public method

testThrowsExceptionWithTryCatchStatement() public method

testThrowsExceptionWithWhileLoop() public method