PHP 클래스 Bravo3\Orm\Tests\Relationships\OneToOneTest

파일 보기 프로젝트 열기: bravo3/orm

공개 메소드들

메소드 설명
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

메소드 상세

testOneToOne() 공개 메소드

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

testOneToOneBreaking() 공개 메소드

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

testOneToOneRaceFlush() 공개 메소드

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

testOneToOneRaceNoFlush() 공개 메소드

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