Skip to content

Commit

Permalink
Adding @group annotations for newly introduced tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius committed Mar 17, 2015
1 parent 1e38d7d commit 0fc476d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/Doctrine/Tests/ORM/UnitOfWorkTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,10 @@ public function testLockWithoutEntityThrowsException()
$this->_unitOfWork->lock(null, null, null);
}

/**
* @group DDC-3619
* @group 1338
*/
public function testRemovedAndRePersistedEntitiesAreInTheIdentityMapAndAreNotGarbageCollected()
{
$entity = new ForumUser();
Expand Down

0 comments on commit 0fc476d

Please sign in to comment.