1
0
mirror of synced 2025-03-03 19:33:22 +03:00

Merge pull request #856 from ptarjan/reference_proxy_test

Fix dependency for tests/Doctrine/Tests/ORM/Functional/ReferenceProxyTest.php
This commit is contained in:
Marco Pivetta 2013-11-22 05:34:41 -08:00
commit 642d6e3033

View File

@ -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,