Adding @group
annotations for newly introduced tests
This commit is contained in:
parent
1e38d7d07e
commit
0fc476d068
@ -230,6 +230,10 @@ class UnitOfWorkTest extends \Doctrine\Tests\OrmTestCase
|
|||||||
$this->_unitOfWork->lock(null, null, null);
|
$this->_unitOfWork->lock(null, null, null);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @group DDC-3619
|
||||||
|
* @group 1338
|
||||||
|
*/
|
||||||
public function testRemovedAndRePersistedEntitiesAreInTheIdentityMapAndAreNotGarbageCollected()
|
public function testRemovedAndRePersistedEntitiesAreInTheIdentityMapAndAreNotGarbageCollected()
|
||||||
{
|
{
|
||||||
$entity = new ForumUser();
|
$entity = new ForumUser();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user