1
0
mirror of synced 2025-02-02 21:41:45 +03:00

Removing note that is not valid anymore

This commit is contained in:
Marco Pivetta 2016-07-07 20:39:52 +02:00
parent 1cb8d790b6
commit 7544934158

View File

@ -378,7 +378,6 @@ class UnitOfWorkTest extends OrmTestCase
$this->_unitOfWork->persist($entity);
$this->_unitOfWork->addToIdentityMap($entity);
// note: cloning to avoid lookup by spl_object_hash()
self::assertSame($entity, $this->_unitOfWork->getByIdHash($idHash, get_class($entity)));
}