1
0
mirror of synced 2025-02-20 06:03:15 +03:00

Merge pull request #735 from FabioBatSilva/fix-proxy-performance-test

Fix proxy performance test
This commit is contained in:
Guilherme Blanco 2013-07-27 07:53:18 -07:00
commit eea8572238

View File

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