PHP Class test\Doctrine\OrientDB\Query\QueryTest

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

Public Methods

Method Description
setup ( )
testANormalSelectCanBeConvertedIntoAnIndexSelect ( )
testAlter ( )
testAlterProperty ( )
testAnExceptionIsRaisedWhenTryingToAccessANonExistingMethod ( )
testAnIndexCanBeRemoved ( )
testCreatingALink ( )
testCreatingAnIndex ( )
testCreationOfAClass ( )
testCreationOfAProperty ( )
testDataFiltering ( )
testDeleteSQLQuery ( )
testDeletingEntriesFromAnIndex ( )
testDroppingAnIndex ( )
testFields ( )
testFindReferences ( )
testGrant ( )
testInsert ( )
testInto ( )
testLimit ( )
testLookingUpAnIndex ( )
testOn ( )
testOrderBy ( )
testPuttingANewIndex ( )
testQueryImplementsAGenericInterface ( )
testRebuildAnIndex ( )
testRemovalOfAClass ( )
testRemovalOfAProperty ( )
testSelect ( )
testSkip ( )
testTo ( )
testTokens ( )
testTruncatingAClass ( )
testTruncatingACluster ( )
testTruncatingARecord ( )
testUpdating ( )
testValues ( )
testWheres ( )
testYouCanCountInAnIndex ( )
testYouCanCreateARevoke ( )
testYouCanJustUseAndWhere ( )
testYouCanResetAllTheWheresOfAQuery ( )

Method Details

setup() public method

public setup ( )

testANormalSelectCanBeConvertedIntoAnIndexSelect() public method

testAlter() public method

public testAlter ( )

testAlterProperty() public method

public testAlterProperty ( )

testAnExceptionIsRaisedWhenTryingToAccessANonExistingMethod() public method

testAnIndexCanBeRemoved() public method

testCreatingAnIndex() public method

public testCreatingAnIndex ( )

testCreationOfAClass() public method

testCreationOfAProperty() public method

testDataFiltering() public method

public testDataFiltering ( )

testDeleteSQLQuery() public method

public testDeleteSQLQuery ( )

testDeletingEntriesFromAnIndex() public method

testDroppingAnIndex() public method

public testDroppingAnIndex ( )

testFields() public method

public testFields ( )

testFindReferences() public method

public testFindReferences ( )

testGrant() public method

public testGrant ( )

testInsert() public method

public testInsert ( )

testInto() public method

public testInto ( )

testLimit() public method

public testLimit ( )

testLookingUpAnIndex() public method

testOn() public method

public testOn ( )

testOrderBy() public method

public testOrderBy ( )

testPuttingANewIndex() public method

testQueryImplementsAGenericInterface() public method

testRebuildAnIndex() public method

public testRebuildAnIndex ( )

testRemovalOfAClass() public method

public testRemovalOfAClass ( )

testRemovalOfAProperty() public method

testSelect() public method

public testSelect ( )

testSkip() public method

public testSkip ( )

testTo() public method

public testTo ( )

testTokens() public method

public testTokens ( )

testTruncatingAClass() public method

testTruncatingACluster() public method

testTruncatingARecord() public method

testUpdating() public method

public testUpdating ( )

testValues() public method

public testValues ( )

testWheres() public method

public testWheres ( )

testYouCanCountInAnIndex() public method

testYouCanCreateARevoke() public method

testYouCanJustUseAndWhere() public method

testYouCanResetAllTheWheresOfAQuery() public method