@@ -20,10 +20,8 @@ |
||
| 20 | 20 | namespace DoctrineModuleTest; |
| 21 | 21 | |
| 22 | 22 | use PHPUnit_Framework_TestCase; |
| 23 | -use PHPUnit_Framework_Assert; |
|
| 24 | 23 | use PHPUnit_Framework_MockObject_MockObject; |
| 25 | 24 | use DoctrineModule\Module; |
| 26 | -use DoctrineModuleTest\ServiceManagerFactory; |
|
| 27 | 25 | use Symfony\Component\Console\Output\OutputInterface; |
| 28 | 26 | use Symfony\Component\Console\Input\InputInterface; |
| 29 | 27 | |