From 69d4fdda1bcaffaf01b06de6f47885500e1080fd Mon Sep 17 00:00:00 2001 From: fabios Date: Fri, 26 Jul 2013 17:59:50 -0400 Subject: [PATCH] Fix proxy performance test --- .../Doctrine/Tests/ORM/Performance/ProxyPerformanceTest.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/Doctrine/Tests/ORM/Performance/ProxyPerformanceTest.php b/tests/Doctrine/Tests/ORM/Performance/ProxyPerformanceTest.php index b94fd812e..f06e273ab 100644 --- a/tests/Doctrine/Tests/ORM/Performance/ProxyPerformanceTest.php +++ b/tests/Doctrine/Tests/ORM/Performance/ProxyPerformanceTest.php @@ -113,6 +113,12 @@ class MockEntityManager extends EntityManager ); } + /** {@inheritDoc} */ + public function getMetadataFactory() + { + return $this->em->getMetadataFactory(); + } + /** {@inheritDoc} */ public function getClassMetadata($className) {