@@ -2,7 +2,6 @@ discard block |
||
2 | 2 | |
3 | 3 | namespace LKu\DoctrineGuidTest; |
4 | 4 | |
5 | -use Doctrine\Common\EventManager; |
|
6 | 5 | use Doctrine\DBAL\Types\Type; |
7 | 6 | use Doctrine\ORM\EntityManager; |
8 | 7 | use Doctrine\ORM\Event\LifecycleEventArgs; |
@@ -15,7 +14,6 @@ discard block |
||
15 | 14 | use PHPUnit_Framework_MockObject_MockObject; |
16 | 15 | use PHPUnit_Framework_TestCase; |
17 | 16 | use ReflectionProperty; |
18 | -use Zend\ServiceManager\ServiceManager; |
|
19 | 17 | |
20 | 18 | /** |
21 | 19 | * Test case for {@see \LKu\DoctrineGuid\EventSubscriber} |