parent
beb2641492
commit
313e4a33e5
@ -323,6 +323,10 @@ class UnitOfWorkTest extends OrmTestCase
|
|||||||
$this->assertTrue($this->_unitOfWork->isInIdentityMap($entity));
|
$this->assertTrue($this->_unitOfWork->isInIdentityMap($entity));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @group 5849
|
||||||
|
* @group 5850
|
||||||
|
*/
|
||||||
public function testPersistedEntityAndClearManager()
|
public function testPersistedEntityAndClearManager()
|
||||||
{
|
{
|
||||||
$entity1 = new ForumUser();
|
$entity1 = new ForumUser();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user