@@ -13,18 +13,13 @@ |
||
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 | use Addiks\RDMBundle\Hydration\HydrationContextInterface; |
29 | 24 | |
30 | 25 | final class EntityHydratorTest extends TestCase |
@@ -23,7 +23,6 @@ |
||
23 | 23 | use Doctrine\DBAL\Schema\Column as DBALColumn; |
24 | 24 | use Doctrine\DBAL\Types\Type; |
25 | 25 | use Addiks\RDMBundle\Mapping\MappingInterface; |
26 | -use Addiks\RDMBundle\Mapping\Annotation\Obj; |
|
27 | 26 | use Addiks\RDMBundle\Tests\ValueObjectExample; |
28 | 27 | use Addiks\RDMBundle\Mapping\ObjectMapping; |
29 | 28 | use Doctrine\ORM\Mapping\Column as ORMColumn; |
@@ -16,7 +16,6 @@ |
||
16 | 16 | use Addiks\RDMBundle\Mapping\ChoiceMapping; |
17 | 17 | use Addiks\RDMBundle\Tests\Hydration\EntityExample; |
18 | 18 | use Addiks\RDMBundle\Mapping\ServiceMapping; |
19 | -use Addiks\RDMBundle\Mapping\MappingInterface; |
|
20 | 19 | use Addiks\RDMBundle\Hydration\HydrationContextInterface; |
21 | 20 | |
22 | 21 | final class ChoiceValueResolverTest extends TestCase |
@@ -18,7 +18,6 @@ |
||
18 | 18 | use Symfony\Component\DependencyInjection\ContainerInterface; |
19 | 19 | use Addiks\RDMBundle\ValueResolver\ValueResolverInterface; |
20 | 20 | use Addiks\RDMBundle\Hydration\HydrationContextInterface; |
21 | -use Addiks\RDMBundle\Exception\InvalidMappingException; |
|
22 | 21 | |
23 | 22 | final class CallDefinitionExecuter implements CallDefinitionExecuterInterface |
24 | 23 | { |