@@ -2,8 +2,6 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace N98\Magento\Command\Database\Maintain; |
| 4 | 4 | |
| 5 | -use Symfony\Component\Console\Output\NullOutput; |
|
| 6 | -use Symfony\Component\Console\Tester\ApplicationTester; |
|
| 7 | 5 | use Symfony\Component\Console\Tester\CommandTester; |
| 8 | 6 | use N98\Magento\Command\PHPUnit\TestCase; |
| 9 | 7 | |
@@ -20,7 +20,6 @@ |
||
| 20 | 20 | use Symfony\Component\Console\Input\InputInterface; |
| 21 | 21 | use Symfony\Component\Console\Input\InputOption; |
| 22 | 22 | use Symfony\Component\Console\Output\ConsoleOutput; |
| 23 | -use Symfony\Component\Console\Output\NullOutput; |
|
| 24 | 23 | use Symfony\Component\Console\Output\OutputInterface; |
| 25 | 24 | use Symfony\Component\EventDispatcher\EventDispatcher; |
| 26 | 25 | use UnexpectedValueException; |