@@ -1,12 +1,9 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | -use Behat\Behat\Tester\Exception\PendingException; |
|
| 4 | 3 | use Behat\Behat\Context\Context; |
| 5 | 4 | use Behat\Behat\Context\SnippetAcceptingContext; |
| 6 | 5 | use Behat\Gherkin\Node\PyStringNode; |
| 7 | -use Behat\Gherkin\Node\TableNode; |
|
| 8 | 6 | use Behat\Behat\Hook\Scope\AfterScenarioScope; |
| 9 | - |
|
| 10 | 7 | use Symfony\Component\Finder\Finder; |
| 11 | 8 | |
| 12 | 9 | /** |
@@ -2,10 +2,10 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Dami\Cli\Command; |
| 4 | 4 | |
| 5 | -use Symfony\Component\Console\Command\Command, |
|
| 6 | - Symfony\Component\Console\Input\InputOption, |
|
| 7 | - Symfony\Component\Console\Input\InputInterface, |
|
| 8 | - Symfony\Component\Console\Output\OutputInterface; |
|
| 5 | +use Symfony\Component\Console\Command\Command; |
|
| 6 | +use Symfony\Component\Console\Input\InputOption; |
|
| 7 | +use Symfony\Component\Console\Input\InputInterface; |
|
| 8 | +use Symfony\Component\Console\Output\OutputInterface; |
|
| 9 | 9 | |
| 10 | 10 | |
| 11 | 11 | class AbstractCommand extends Command |