|
@@ -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.