PHP Class test\Doctrine\OrientDB\Query\Command

Inheritance: extends Test\PhpUnit\TestCase
Show file Open project: doctrine/orientdb-odm

Public Methods

Method Description
setup ( )
testAddAWhere ( )
testAddingFromToken ( )
testAnExceptionIsRaisedIfYouDontExplicitHowToFormatAToken ( )
testAnExceptionIsRaisedIfYouMakeAWhereWithDifferentParamsAndValues ( )
testCheckAnExceptionRaisedWhenRequestingInvalidToken ( )
testRetrieveTheRawCommand ( )
testSchema ( )
testTheCommandTokensAreValid ( )
testTheWhereWorksCorrectlyWithReUsedPrivateNamesLikeANDOrORWHERE ( )
testYouCanInjectACustomQueryFormatter ( )
testYouCanResetAllTheWheresOfACommand ( )
testYouCanSpecifyMultipleValuesInAWhere ( )

Method Details

setup() public method

public setup ( )

testAddAWhere() public method

public testAddAWhere ( )

testAddingFromToken() public method

public testAddingFromToken ( )

testAnExceptionIsRaisedIfYouDontExplicitHowToFormatAToken() public method

testAnExceptionIsRaisedIfYouMakeAWhereWithDifferentParamsAndValues() public method

testCheckAnExceptionRaisedWhenRequestingInvalidToken() public method

testRetrieveTheRawCommand() public method

testSchema() public method

public testSchema ( )

testTheCommandTokensAreValid() public method

testTheWhereWorksCorrectlyWithReUsedPrivateNamesLikeANDOrORWHERE() public method

testYouCanInjectACustomQueryFormatter() public method

testYouCanResetAllTheWheresOfACommand() public method

testYouCanSpecifyMultipleValuesInAWhere() public method