Clean up of test case
This commit is contained in:
parent
1f50dee8a8
commit
17cbb34952
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user