Merge pull request #735 from FabioBatSilva/fix-proxy-performance-test
Fix proxy performance test
This commit is contained in:
commit
eea8572238
1 changed files with 6 additions and 0 deletions
|
@ -113,6 +113,12 @@ class MockEntityManager extends EntityManager
|
|||
);
|
||||
}
|
||||
|
||||
/** {@inheritDoc} */
|
||||
public function getMetadataFactory()
|
||||
{
|
||||
return $this->em->getMetadataFactory();
|
||||
}
|
||||
|
||||
/** {@inheritDoc} */
|
||||
public function getClassMetadata($className)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue