Completed
Push — master ( 6d6979...444d00 )
by Ladislav
10s
created
tests/EventSubscriberTest.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@  discard block
 block discarded – undo
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
 block discarded – undo
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}
Please login to merge, or discard this patch.