Fix dependency for tests/Doctrine/Tests/ORM/Functional/ReferenceProxyTest.php
This commit is contained in:
parent
393b3d37f5
commit
1fe8ff756e
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue