@@ -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 | |
@@ -21,9 +21,7 @@ |
||
| 21 | 21 | |
| 22 | 22 | use DoctrineModule\Cache\DoctrineCacheStorage; |
| 23 | 23 | use Doctrine\Common\Cache\ArrayCache; |
| 24 | - |
|
| 25 | 24 | use Zend\Cache\Storage\Adapter\AdapterOptions; |
| 26 | - |
|
| 27 | 25 | use PHPUnit\Framework\TestCase; |
| 28 | 26 | use Zend\Stdlib\ErrorHandler; |
| 29 | 27 | |
@@ -20,10 +20,7 @@ |
||
| 20 | 20 | namespace DoctrineModuleTest; |
| 21 | 21 | |
| 22 | 22 | use PHPUnit\Framework\TestCase; |
| 23 | -use PHPUnit\Framework\Assert; |
|
| 24 | -use PHPUnit\Framework\MockObject\MockObject; |
|
| 25 | 23 | use DoctrineModule\Module; |
| 26 | -use DoctrineModuleTest\ServiceManagerFactory; |
|
| 27 | 24 | use Symfony\Component\Console\Output\OutputInterface; |
| 28 | 25 | use Symfony\Component\Console\Input\InputInterface; |
| 29 | 26 | |