@@ -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. |