PHP Class Bravo3\Orm\Tests\RefTest

Inheritance: extends AbstractOrmTest
Afficher le fichier Open project: bravo3/orm

Méthodes publiques

Méthode Description
testDeleteIndices ( EntityManager $em )
testDeleteIndicesAndRelationships ( EntityManager $em ) Use ref's to delete non-inversed relationships
testDeleteIndicesAndRelationshipsAlt ( EntityManager $em ) Same as above test, except we'll delete the category
testDeleteRelationships ( EntityManager $em )
testRefs ( EntityManager $em )

Method Details

testDeleteIndices() public méthode

public testDeleteIndices ( EntityManager $em )
$em Bravo3\Orm\Services\EntityManager

testDeleteIndicesAndRelationships() public méthode

Use ref's to delete non-inversed relationships
public testDeleteIndicesAndRelationships ( EntityManager $em )
$em Bravo3\Orm\Services\EntityManager

testDeleteIndicesAndRelationshipsAlt() public méthode

Same as above test, except we'll delete the category
public testDeleteIndicesAndRelationshipsAlt ( EntityManager $em )
$em Bravo3\Orm\Services\EntityManager

testDeleteRelationships() public méthode

public testDeleteRelationships ( EntityManager $em )
$em Bravo3\Orm\Services\EntityManager

testRefs() public méthode

public testRefs ( EntityManager $em )
$em Bravo3\Orm\Services\EntityManager