parent
4a38c96ec5
commit
7fbcbfa271
@ -321,6 +321,10 @@ class UnitOfWorkTest extends \Doctrine\Tests\OrmTestCase
|
|||||||
$this->assertTrue($this->_unitOfWork->isInIdentityMap($entity));
|
$this->assertTrue($this->_unitOfWork->isInIdentityMap($entity));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @group 5849
|
||||||
|
* @group 5850
|
||||||
|
*/
|
||||||
public function testPersistedEntityAndClearManager()
|
public function testPersistedEntityAndClearManager()
|
||||||
{
|
{
|
||||||
$entity1 = new ForumUser();
|
$entity1 = new ForumUser();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user