From 11d09702dac5e087aebbbc32af2508db472419dc Mon Sep 17 00:00:00 2001 From: Austin Morris Date: Tue, 23 Jul 2013 09:01:01 -0400 Subject: [PATCH] remove redundant require_once for TestInit.php --- .../Doctrine/Tests/ORM/PersistentCollectionFunctionalTest.php | 3 --- 1 file changed, 3 deletions(-) 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