PHP Class Bravo3\Orm\Tests\RefTest

Inheritance: extends AbstractOrmTest
Show file Open project: bravo3/orm

Public Methods

Method 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 method

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

testDeleteIndicesAndRelationships() public method

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

testDeleteIndicesAndRelationshipsAlt() public method

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

testDeleteRelationships() public method

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

testRefs() public method

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