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