Removing note that is not valid anymore
This commit is contained in:
parent
1cb8d790b6
commit
7544934158
@ -378,7 +378,6 @@ class UnitOfWorkTest extends OrmTestCase
|
|||||||
$this->_unitOfWork->persist($entity);
|
$this->_unitOfWork->persist($entity);
|
||||||
$this->_unitOfWork->addToIdentityMap($entity);
|
$this->_unitOfWork->addToIdentityMap($entity);
|
||||||
|
|
||||||
// note: cloning to avoid lookup by spl_object_hash()
|
|
||||||
self::assertSame($entity, $this->_unitOfWork->getByIdHash($idHash, get_class($entity)));
|
self::assertSame($entity, $this->_unitOfWork->getByIdHash($idHash, get_class($entity)));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user