1
0
mirror of synced 2025-02-02 21:41:45 +03:00

#5849 #5850 adding group annotations to the newly introduced test case

This commit is contained in:
Marco Pivetta 2016-06-05 23:54:16 +02:00
parent beb2641492
commit 313e4a33e5

View File

@ -323,6 +323,10 @@ class UnitOfWorkTest extends OrmTestCase
$this->assertTrue($this->_unitOfWork->isInIdentityMap($entity));
}
/**
* @group 5849
* @group 5850
*/
public function testPersistedEntityAndClearManager()
{
$entity1 = new ForumUser();