PHP Class Bravo3\Orm\Tests\Relationships\OneToOneTest

Inheritance: extends Bravo3\Orm\Tests\AbstractOrmTest
Afficher le fichier Open project: bravo3/orm

Méthodes publiques

Méthode Description
testOneToOne ( EntityManager $em )
testOneToOneBreaking ( EntityManager $em )
testOneToOneRaceFlush ( EntityManager $em ) Testing race conditions of new entities, with a flush after persisting the first entity
testOneToOneRaceNoFlush ( EntityManager $em ) Testing race conditions of new entities, without a flush between persist calls

Method Details

testOneToOne() public méthode

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

testOneToOneBreaking() public méthode

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

testOneToOneRaceFlush() public méthode

Testing race conditions of new entities, with a flush after persisting the first entity
public testOneToOneRaceFlush ( EntityManager $em )
$em Bravo3\Orm\Services\EntityManager

testOneToOneRaceNoFlush() public méthode

Testing race conditions of new entities, without a flush between persist calls
public testOneToOneRaceNoFlush ( EntityManager $em )
$em Bravo3\Orm\Services\EntityManager