1
0
mirror of synced 2025-02-02 05:21:44 +03:00

Clean up of test case

This commit is contained in:
Michael Ridgway 2011-03-21 23:30:10 -04:00
parent 1f50dee8a8
commit 17cbb34952

View File

@ -2,8 +2,6 @@
namespace Doctrine\Tests\ORM\Functional; namespace Doctrine\Tests\ORM\Functional;
use Doctrine\Tests\Models\CMS\CmsUser;
use Doctrine\Tests\Models\CMS\CmsPhonenumber;
use Doctrine\ORM\Event\OnClearEventArgs; use Doctrine\ORM\Event\OnClearEventArgs;
use Doctrine\ORM\Events; use Doctrine\ORM\Events;
@ -12,7 +10,7 @@ require_once __DIR__ . '/../../TestInit.php';
/** /**
* ClearEventTest * ClearEventTest
* *
* @author Michael Ridgway * @author Michael Ridgway <mcridgway@gmail.com>
*/ */
class ClearEventTest extends \Doctrine\Tests\OrmFunctionalTestCase class ClearEventTest extends \Doctrine\Tests\OrmFunctionalTestCase
{ {
@ -40,5 +38,3 @@ class OnClearListener
$this->called = true; $this->called = true;
} }
} }