PHP Class Bravo3\Orm\Tests\Relationships\OneToOneTest

Inheritance: extends Bravo3\Orm\Tests\AbstractOrmTest
Show file Open project: bravo3/orm

Public Methods

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

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

testOneToOneBreaking() public method

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

testOneToOneRaceFlush() public method

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 method

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