remove redundant require_once for TestInit.php
This commit is contained in:
parent
f9f14139cf
commit
11d09702da
@ -5,11 +5,8 @@ namespace Doctrine\Tests\ORM;
|
|||||||
use Doctrine\Common\Collections\ArrayCollection;
|
use Doctrine\Common\Collections\ArrayCollection;
|
||||||
use Doctrine\ORM\PersistentCollection;
|
use Doctrine\ORM\PersistentCollection;
|
||||||
use Doctrine\Tests\Models\ECommerce\ECommerceCart;
|
use Doctrine\Tests\Models\ECommerce\ECommerceCart;
|
||||||
use Doctrine\Tests\Models\ECommerce\ECommerceProduct;
|
|
||||||
use Doctrine\Tests\OrmFunctionalTestCase;
|
use Doctrine\Tests\OrmFunctionalTestCase;
|
||||||
|
|
||||||
require_once __DIR__ . '/../TestInit.php';
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Tests the initialization of persistent collections.
|
* Tests the initialization of persistent collections.
|
||||||
* @author Austin Morris <austin.morris@gmail.com>
|
* @author Austin Morris <austin.morris@gmail.com>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user