remove redundant require_once for TestInit.php
This commit is contained in:
parent
1c8ae50557
commit
0083cb8ca6
1 changed files with 0 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue