Clean up of test case
This commit is contained in:
parent
1f50dee8a8
commit
17cbb34952
1 changed files with 2 additions and 6 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
Loading…
Add table
Reference in a new issue