@@ -1,11 +1,8 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | -use Behat\Behat\Context\ClosuredContextInterface, |
|
| 4 | - Behat\Behat\Context\TranslatedContextInterface, |
|
| 5 | - Behat\Behat\Context\BehatContext, |
|
| 6 | - Behat\Behat\Exception\PendingException; |
|
| 7 | -use Behat\Gherkin\Node\PyStringNode, |
|
| 8 | - Behat\Gherkin\Node\TableNode; |
|
| 3 | +use Behat\Behat\Context\BehatContext; |
|
| 4 | +use Behat\Behat\Exception\PendingException; |
|
| 5 | +use Behat\Gherkin\Node\PyStringNode; |
|
| 9 | 6 | |
| 10 | 7 | require __DIR__ . "/../../vendor/autoload.php"; |
| 11 | 8 | |