1
0
mirror of synced 2025-01-29 19:41:45 +03:00

remove redundant require_once for TestInit.php

This commit is contained in:
Austin Morris 2013-07-23 09:01:01 -04:00
parent 1c8ae50557
commit 0083cb8ca6

View File

@ -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>