Completed
Push — master ( 63fe9e...7c1db9 )
by Gerrit
02:35
created
Tests/Hydration/EntityHydratorTest.php 1 patch
Unused Use Statements   -5 removed lines patch added patch discarded remove patch
@@ -13,18 +13,13 @@
 block discarded – undo
13 13
 use PHPUnit\Framework\TestCase;
14 14
 use Addiks\RDMBundle\Hydration\EntityHydrator;
15 15
 use Addiks\RDMBundle\Mapping\Drivers\MappingDriverInterface;
16
-use Addiks\RDMBundle\Mapping\Annotation\Service;
17 16
 use Addiks\RDMBundle\Tests\Hydration\ServiceExample;
18 17
 use Addiks\RDMBundle\Tests\Hydration\EntityExample;
19
-use ErrorException;
20 18
 use Addiks\RDMBundle\Mapping\ServiceMapping;
21 19
 use Addiks\RDMBundle\Mapping\EntityMapping;
22 20
 use Addiks\RDMBundle\ValueResolver\ValueResolverInterface;
23
-use Addiks\RDMBundle\Exception\FailedRDMAssertionExceptionInterface;
24 21
 use Addiks\RDMBundle\DataLoader\DataLoaderInterface;
25 22
 use Doctrine\ORM\EntityManagerInterface;
26
-use Addiks\RDMBundle\Mapping\EntityMappingInterface;
27
-use Addiks\RDMBundle\Mapping\MappingInterface;
28 23
 
29 24
 final class EntityHydratorTest extends TestCase
30 25
 {
Please login to merge, or discard this patch.