1
0
mirror of synced 2025-02-02 13:31:45 +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 1e38d7d07e
commit 0fc476d068

View File

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