1
0
mirror of synced 2025-02-02 13:31: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 4a38c96ec5
commit 7fbcbfa271

View File

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