1
0
mirror of synced 2024-12-05 03:06:05 +03:00

Adding @group annotations for newly introduced tests

This commit is contained in:
Marco Pivetta 2015-03-17 22:31:05 +00:00
parent b721841c73
commit 504552e779

View File

@ -302,6 +302,10 @@ class UnitOfWorkTest extends \Doctrine\Tests\OrmTestCase
$this->_unitOfWork->computeChangeSet($metadata, $user);
}
/**
* @group DDC-3619
* @group 1338
*/
public function testRemovedAndRePersistedEntitiesAreInTheIdentityMapAndAreNotGarbageCollected()
{
$entity = new ForumUser();