From 1fe8ff756e352a2e7b2ccb890970d9e30c132fe4 Mon Sep 17 00:00:00 2001 From: ptarjan Date: Fri, 22 Nov 2013 01:13:49 -0800 Subject: [PATCH] Fix dependency for tests/Doctrine/Tests/ORM/Functional/ReferenceProxyTest.php --- tests/Doctrine/Tests/ORM/Functional/ReferenceProxyTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Doctrine/Tests/ORM/Functional/ReferenceProxyTest.php b/tests/Doctrine/Tests/ORM/Functional/ReferenceProxyTest.php index 3ce24e739..d03b2fcdc 100644 --- a/tests/Doctrine/Tests/ORM/Functional/ReferenceProxyTest.php +++ b/tests/Doctrine/Tests/ORM/Functional/ReferenceProxyTest.php @@ -20,6 +20,7 @@ class ReferenceProxyTest extends \Doctrine\Tests\OrmFunctionalTestCase protected function setUp() { $this->useModelSet('ecommerce'); + $this->useModelSet('company'); parent::setUp(); $this->_factory = new ProxyFactory( $this->_em,