From 313e4a33e54b34015aedc3bf6c286dd1cbca7e5a Mon Sep 17 00:00:00 2001 From: Marco Pivetta Date: Sun, 5 Jun 2016 23:54:16 +0200 Subject: [PATCH] #5849 #5850 adding group annotations to the newly introduced test case --- tests/Doctrine/Tests/ORM/UnitOfWorkTest.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/Doctrine/Tests/ORM/UnitOfWorkTest.php b/tests/Doctrine/Tests/ORM/UnitOfWorkTest.php index c4dd4adae..2d5b6a883 100644 --- a/tests/Doctrine/Tests/ORM/UnitOfWorkTest.php +++ b/tests/Doctrine/Tests/ORM/UnitOfWorkTest.php @@ -323,6 +323,10 @@ class UnitOfWorkTest extends OrmTestCase $this->assertTrue($this->_unitOfWork->isInIdentityMap($entity)); } + /** + * @group 5849 + * @group 5850 + */ public function testPersistedEntityAndClearManager() { $entity1 = new ForumUser();