1
0
mirror of synced 2025-02-20 22:23:14 +03:00

Fix dependency for tests/Doctrine/Tests/ORM/Functional/ReferenceProxyTest.php

This commit is contained in:
ptarjan 2013-11-22 01:13:49 -08:00
parent 393b3d37f5
commit 1fe8ff756e

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,