@@ -13,7 +13,6 @@ |
||
| 13 | 13 | use PHPUnit\Framework\TestCase; |
| 14 | 14 | use Addiks\RDMBundle\Tests\Hydration\EntityExample; |
| 15 | 15 | use Addiks\RDMBundle\Mapping\Annotation\Service; |
| 16 | -use ReflectionProperty; |
|
| 17 | 16 | use Addiks\RDMBundle\Mapping\Drivers\MappingDriverChain; |
| 18 | 17 | use Addiks\RDMBundle\Mapping\Drivers\MappingDriverInterface; |
| 19 | 18 | use Addiks\RDMBundle\Mapping\EntityMapping; |
@@ -13,17 +13,11 @@ |
||
| 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 | -use Addiks\RDMBundle\Mapping\ServiceMapping; |
|
| 21 | 18 | use Addiks\RDMBundle\Mapping\EntityMapping; |
| 22 | -use Addiks\RDMBundle\ValueResolver\ValueResolverInterface; |
|
| 23 | -use Addiks\RDMBundle\Exception\FailedRDMAssertionExceptionInterface; |
|
| 24 | 19 | use Addiks\RDMBundle\DataLoader\DataLoaderInterface; |
| 25 | 20 | use Doctrine\ORM\EntityManagerInterface; |
| 26 | -use Addiks\RDMBundle\Mapping\EntityMappingInterface; |
|
| 27 | 21 | use Addiks\RDMBundle\Mapping\MappingInterface; |
| 28 | 22 | use Addiks\RDMBundle\Hydration\HydrationContextInterface; |
| 29 | 23 | use Symfony\Component\DependencyInjection\ContainerInterface; |
@@ -20,9 +20,7 @@ |
||
| 20 | 20 | use Addiks\RDMBundle\Tests\Hydration\ServiceExample; |
| 21 | 21 | use Addiks\RDMBundle\Tests\ValueObjectExample; |
| 22 | 22 | use Symfony\Component\DependencyInjection\ContainerInterface; |
| 23 | -use Addiks\RDMBundle\Mapping\EntityMappingInterface; |
|
| 24 | 23 | use Addiks\RDMBundle\Mapping\ServiceMapping; |
| 25 | -use Addiks\RDMBundle\Hydration\HydrationContext; |
|
| 26 | 24 | use Addiks\RDMBundle\Hydration\HydrationContextInterface; |
| 27 | 25 | |
| 28 | 26 | final class CachedMappingDriverTest extends TestCase |
@@ -26,7 +26,6 @@ |
||
| 26 | 26 | use PDO; |
| 27 | 27 | use Addiks\RDMBundle\Mapping\MappingInterface; |
| 28 | 28 | use Addiks\RDMBundle\Hydration\HydrationContext; |
| 29 | -use Webmozart\Assert\Assert; |
|
| 30 | 29 | use ErrorException; |
| 31 | 30 | |
| 32 | 31 | /** |