PHP Class Pinq\Tests\Integration\Parsing\SimpleParserTest

Inheritance: extends ParserTest
Show file Open project: timetoogo/pinq

Public Methods

Method Description
tesBitwiseAssignmentOperations ( )
tesMathAssignmentOperations ( )
testArray ( )
testBitwiseBinaryOperations ( )
testBitwiseUnaryOperations ( )
testCastOperators ( )
testComparisonBinaryOperations ( )
testEmpty ( )
testEmptyFunction ( )
testEvaledFunctionIsRejected ( Pinq\Parsing\IParser $parser )
testField ( )
testFunctionCall ( )
testIndex ( )
testInstanceOfBinaryOperation ( )
testInternalFunctionIsRejected ( Pinq\Parsing\IParser $parser )
testInvocation ( )
testIsset ( )
testLogicalBinaryOperations ( )
testLogicalUnaryOperations ( )
testMathBinaryOperations ( )
testMathUnaryOperations ( )
testMethodCall ( )
testNormalAssignmentOperations ( )
testReturnStatement ( )
testReturnValueStatement ( )
testReturnValues ( )
testStaticField ( )
testStaticMethodCall ( )
testStringAssignmentOperations ( )
testStringBinaryOperations ( )
testTernary ( )
testThrowNewExceptionStatement ( )
testUnset ( )
testValue ( )
testVariable ( )

Private Methods

Method Description
assertAssignment ( callable $function, $assignToName, $operator, $assigmentName )
assertBinaryOperation ( callable $function, $left, $operator, $right )
assertCast ( callable $function, $typeOperator, $castName )
assertUnaryOperation ( callable $function, $operator, $operandName )

Method Details

tesBitwiseAssignmentOperations() public method

tesMathAssignmentOperations() public method

testArray() public method

public testArray ( )

testBitwiseBinaryOperations() public method

testBitwiseUnaryOperations() public method

testCastOperators() public method

public testCastOperators ( )

testComparisonBinaryOperations() public method

testEmpty() public method

public testEmpty ( )

testEmptyFunction() public method

public testEmptyFunction ( )

testEvaledFunctionIsRejected() public method

public testEvaledFunctionIsRejected ( Pinq\Parsing\IParser $parser )
$parser Pinq\Parsing\IParser

testField() public method

public testField ( )

testFunctionCall() public method

public testFunctionCall ( )

testIndex() public method

public testIndex ( )

testInstanceOfBinaryOperation() public method

testInternalFunctionIsRejected() public method

public testInternalFunctionIsRejected ( Pinq\Parsing\IParser $parser )
$parser Pinq\Parsing\IParser

testInvocation() public method

public testInvocation ( )

testIsset() public method

public testIsset ( )

testLogicalBinaryOperations() public method

testLogicalUnaryOperations() public method

testMathBinaryOperations() public method

testMathUnaryOperations() public method

testMethodCall() public method

public testMethodCall ( )

testNormalAssignmentOperations() public method

testReturnStatement() public method

public testReturnStatement ( )

testReturnValueStatement() public method

testReturnValues() public method

public testReturnValues ( )

testStaticField() public method

public testStaticField ( )

testStaticMethodCall() public method

testStringAssignmentOperations() public method

testStringBinaryOperations() public method

testTernary() public method

public testTernary ( )

testThrowNewExceptionStatement() public method

testUnset() public method

public testUnset ( )

testValue() public method

public testValue ( )

testVariable() public method

public testVariable ( )