PHP Class Bravo3\Orm\Tests\EntityManagerTest

Inheritance: extends AbstractOrmTest
Show file Open project: bravo3/orm

Public Methods

Method Description
testBadEntity ( EntityManager $em )
testCache ( EntityManager $em )
testCacheIndex ( EntityManager $em )
testCreateModified ( EntityManager $em )
testDereferencing ( EntityManager $em )
testIntercepts ( EntityManager $em )
testIo ( EntityManager $em )
testNullObjectSerialisation ( EntityManager $em )
testRefresh ( EntityManager $em )
testSerialisation ( EntityManager $em )
testTtl ( EntityManager $em )

Private Methods

Method Description
validateProxyInterface ( Bravo3\Orm\Proxy\OrmProxyInterface $proxy )

Method Details

testBadEntity() public method

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

testCache() public method

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

testCacheIndex() public method

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

testCreateModified() public method

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

testDereferencing() public method

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

testIntercepts() public method

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

testIo() public method

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

testNullObjectSerialisation() public method

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

testRefresh() public method

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

testSerialisation() public method

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

testTtl() public method

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