diff --git a/tests/Doctrine/Tests/ORM/PersistentCollectionFunctionalTest.php b/tests/Doctrine/Tests/ORM/PersistentCollectionFunctionalTest.php index fbce752f7..d168c0502 100644 --- a/tests/Doctrine/Tests/ORM/PersistentCollectionFunctionalTest.php +++ b/tests/Doctrine/Tests/ORM/PersistentCollectionFunctionalTest.php @@ -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