Fix proxy performance test
This commit is contained in:
parent
d7881a1ec2
commit
69d4fdda1b
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