1
0
mirror of synced 2025-01-18 06:21:40 +03:00

Fix proxy performance test

This commit is contained in:
fabios 2013-07-26 17:59:50 -04:00
parent d7881a1ec2
commit 69d4fdda1b

View File

@ -113,6 +113,12 @@ class MockEntityManager extends EntityManager
);
}
/** {@inheritDoc} */
public function getMetadataFactory()
{
return $this->em->getMetadataFactory();
}
/** {@inheritDoc} */
public function getClassMetadata($className)
{