@@ -26,7 +26,6 @@ |
||
| 26 | 26 | use Zend\ModuleManager\ModuleManagerInterface; |
| 27 | 27 | use Zend\EventManager\EventInterface; |
| 28 | 28 | use Zend\Console\Adapter\AdapterInterface as Console; |
| 29 | - |
|
| 30 | 29 | use Symfony\Component\Console\Input\StringInput; |
| 31 | 30 | use DoctrineModule\Component\Console\Output\PropertyOutput; |
| 32 | 31 | |
@@ -23,7 +23,6 @@ |
||
| 23 | 23 | use Doctrine\Common\Persistence\ObjectManager; |
| 24 | 24 | use Doctrine\Common\Persistence\ObjectRepository; |
| 25 | 25 | use Zend\Authentication\Adapter\Exception; |
| 26 | -use Zend\Authentication\Storage\Session as SessionStorage; |
|
| 27 | 26 | use Zend\Authentication\Storage\StorageInterface; |
| 28 | 27 | use Zend\Stdlib\AbstractOptions; |
| 29 | 28 | |
@@ -2,7 +2,6 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace DoctrineModuleTest\Stdlib\Hydrator; |
| 4 | 4 | |
| 5 | -use Datetime; |
|
| 6 | 5 | use DoctrineModuleTest\Stdlib\Hydrator\Asset\ContextStrategy; |
| 7 | 6 | use PHPUnit\Framework\TestCase as BaseTestCase; |
| 8 | 7 | use ReflectionClass; |
@@ -2,16 +2,9 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace DoctrineModuleTest\Stdlib\Hydrator; |
| 4 | 4 | |
| 5 | -use Datetime; |
|
| 6 | -use DoctrineModuleTest\Stdlib\Hydrator\Asset\ContextStrategy; |
|
| 7 | 5 | use PHPUnit\Framework\TestCase as BaseTestCase; |
| 8 | 6 | use ReflectionClass; |
| 9 | -use Doctrine\Common\Collections\ArrayCollection; |
|
| 10 | 7 | use DoctrineModule\Stdlib\Hydrator\DoctrineObject as DoctrineObjectHydrator; |
| 11 | -use DoctrineModule\Stdlib\Hydrator\Strategy; |
|
| 12 | -use DoctrineModule\Stdlib\Hydrator\Filter; |
|
| 13 | -use DoctrineModuleTest\Stdlib\Hydrator\Asset\NamingStrategyEntity; |
|
| 14 | -use Zend\Hydrator\NamingStrategy\UnderscoreNamingStrategy; |
|
| 15 | 8 | |
| 16 | 9 | class DoctrineObjectTypeConversionsTest extends BaseTestCase |
| 17 | 10 | { |