parent
beb2641492
commit
313e4a33e5
1 changed files with 4 additions and 0 deletions
|
@ -323,6 +323,10 @@ class UnitOfWorkTest extends OrmTestCase
|
|||
$this->assertTrue($this->_unitOfWork->isInIdentityMap($entity));
|
||||
}
|
||||
|
||||
/**
|
||||
* @group 5849
|
||||
* @group 5850
|
||||
*/
|
||||
public function testPersistedEntityAndClearManager()
|
||||
{
|
||||
$entity1 = new ForumUser();
|
||||
|
|
Loading…
Add table
Reference in a new issue