@@ -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 | |
@@ -28,7 +28,7 @@ |
||
| 28 | 28 | ) |
| 29 | 29 | ); |
| 30 | 30 | |
| 31 | - $this->output->writeln('<info>Created file: <comment>' . $outFile .'<comment></info>'); |
|
| 31 | + $this->output->writeln('<info>Created file: <comment>' . $outFile . '<comment></info>'); |
|
| 32 | 32 | |
| 33 | 33 | return true; |
| 34 | 34 | } |
@@ -28,7 +28,7 @@ |
||
| 28 | 28 | ) |
| 29 | 29 | ); |
| 30 | 30 | |
| 31 | - $this->output->writeln('<info>Created file: <comment>' . $outFile .'<comment></info>'); |
|
| 31 | + $this->output->writeln('<info>Created file: <comment>' . $outFile . '<comment></info>'); |
|
| 32 | 32 | |
| 33 | 33 | return true; |
| 34 | 34 | } |
@@ -28,7 +28,7 @@ |
||
| 28 | 28 | ) |
| 29 | 29 | ); |
| 30 | 30 | |
| 31 | - $this->output->writeln('<info>Created file: <comment>' . $outFile .'<comment></info>'); |
|
| 31 | + $this->output->writeln('<info>Created file: <comment>' . $outFile . '<comment></info>'); |
|
| 32 | 32 | |
| 33 | 33 | return true; |
| 34 | 34 | } |
@@ -28,7 +28,7 @@ |
||
| 28 | 28 | ) |
| 29 | 29 | ); |
| 30 | 30 | |
| 31 | - $this->output->writeln('<info>Created file: <comment>' . $outFile .'<comment></info>'); |
|
| 31 | + $this->output->writeln('<info>Created file: <comment>' . $outFile . '<comment></info>'); |
|
| 32 | 32 | |
| 33 | 33 | return true; |
| 34 | 34 | } |
@@ -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; |