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