PHP Class Bravo3\Orm\Tests\Relationships\OneToManyTest

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

Public Methods

Method Description
testOneToMany ( EntityManager $em )
testOneToManyRaceFlush ( EntityManager $em ) Testing race conditions of new entities, with a flush after persisting the first entity
testOneToManyRaceNoFlush ( EntityManager $em ) Testing race conditions of new entities, without a flush between persist calls

Method Details

testOneToMany() public method

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

testOneToManyRaceFlush() public method

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

testOneToManyRaceNoFlush() public method

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