Skip to content

Commit

Permalink
Merge pull request #735 from FabioBatSilva/fix-proxy-performance-test
Browse files Browse the repository at this point in the history
Fix proxy performance test
  • Loading branch information
guilhermeblanco committed Jul 27, 2013
2 parents d7881a1 + 69d4fdd commit eea8572
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/Doctrine/Tests/ORM/Performance/ProxyPerformanceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,12 @@ public function getProxyFactory()
);
}

/** {@inheritDoc} */
public function getMetadataFactory()
{
return $this->em->getMetadataFactory();
}

/** {@inheritDoc} */
public function getClassMetadata($className)
{
Expand Down

0 comments on commit eea8572

Please sign in to comment.