mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01: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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user