From 17cbb349523295a1c0879809a0a266b9075b7f56 Mon Sep 17 00:00:00 2001 From: Michael Ridgway Date: Mon, 21 Mar 2011 23:30:10 -0400 Subject: [PATCH] Clean up of test case --- tests/Doctrine/Tests/ORM/Functional/ClearEventTest.php | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/tests/Doctrine/Tests/ORM/Functional/ClearEventTest.php b/tests/Doctrine/Tests/ORM/Functional/ClearEventTest.php index e95a4cd61..e86edb5b7 100644 --- a/tests/Doctrine/Tests/ORM/Functional/ClearEventTest.php +++ b/tests/Doctrine/Tests/ORM/Functional/ClearEventTest.php @@ -2,8 +2,6 @@ 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\Events; @@ -12,7 +10,7 @@ require_once __DIR__ . '/../../TestInit.php'; /** * ClearEventTest * - * @author Michael Ridgway + * @author Michael Ridgway */ class ClearEventTest extends \Doctrine\Tests\OrmFunctionalTestCase { @@ -39,6 +37,4 @@ class OnClearListener { $this->called = true; } -} - - +} \ No newline at end of file