PHP Класс Bravo3\Orm\Tests\Relationships\OneToManyTest

Наследование: extends Bravo3\Orm\Tests\AbstractOrmTest
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

testOneToMany() публичный Метод

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

testOneToManyRaceFlush() публичный Метод

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

testOneToManyRaceNoFlush() публичный Метод

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