@@ -1,9 +1,7 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | 3 | use Behat\Behat\Context\Context; |
4 | -use Behat\Behat\Context\SnippetAcceptingContext; |
|
5 | 4 | use Behat\Gherkin\Node\PyStringNode; |
6 | -use Behat\Gherkin\Node\TableNode; |
|
7 | 5 | |
8 | 6 | /** |
9 | 7 | * Defines application features from the specific context. |