diff --git a/tests/Doctrine/Tests/ORM/UnitOfWorkTest.php b/tests/Doctrine/Tests/ORM/UnitOfWorkTest.php index 7cae3c73d..02c818e1f 100644 --- a/tests/Doctrine/Tests/ORM/UnitOfWorkTest.php +++ b/tests/Doctrine/Tests/ORM/UnitOfWorkTest.php @@ -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();