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