PHP Class test\Doctrine\ODM\OrientDB\RepositoryTest

Inheritance: extends Test\PhpUnit\TestCase
Exibir arquivo Open project: doctrine/orientdb-odm

Public Methods

Method Description
testFindAll ( )
testYouCanExecuteFindByQueries ( )
testYouCanExecuteFindOneByQueries ( )
testYouCanOnlyPassObjectsHavingGetRidMethodAsArgumentsOfFindSomeBySomething ( )
testYouCantCallWhateverMethodOfARepository ( )

Protected Methods

Method Description
createRepository ( )
prepareManager ( $binding )

Method Details

createRepository() protected method

protected createRepository ( )

prepareManager() protected method

protected prepareManager ( $binding )

testFindAll() public method

public testFindAll ( )

testYouCanExecuteFindByQueries() public method

testYouCanExecuteFindOneByQueries() public method

testYouCanOnlyPassObjectsHavingGetRidMethodAsArgumentsOfFindSomeBySomething() public method

testYouCantCallWhateverMethodOfARepository() public method