Adding @group
annotations for newly introduced tests
This commit is contained in:
parent
b721841c73
commit
504552e779
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user