1
0
mirror of synced 2025-01-22 00:01:40 +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;
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 <mcridgway@gmail.com>
*/
class ClearEventTest extends \Doctrine\Tests\OrmFunctionalTestCase
{
@ -39,6 +37,4 @@ class OnClearListener
{
$this->called = true;
}
}
}