Fix proxy performance test
This commit is contained in:
parent
d7881a1ec2
commit
69d4fdda1b
@ -113,6 +113,12 @@ class MockEntityManager extends EntityManager
|
||||
);
|
||||
}
|
||||
|
||||
/** {@inheritDoc} */
|
||||
public function getMetadataFactory()
|
||||
{
|
||||
return $this->em->getMetadataFactory();
|
||||
}
|
||||
|
||||
/** {@inheritDoc} */
|
||||
public function getClassMetadata($className)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user