@@ -1,10 +1,8 @@ |
||
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 | |
9 | 7 | /** |
10 | 8 | * Defines application features from the specific context. |
@@ -69,7 +69,7 @@ |
||
69 | 69 | } |
70 | 70 | |
71 | 71 | |
72 | - /** |
|
72 | + /** |
|
73 | 73 | * @Given the command line argument :argument |
74 | 74 | */ |
75 | 75 | public function theCommandLineArgument($argument) |