@@ -2,11 +2,8 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Drupal\DrupalExtension; |
| 4 | 4 | |
| 5 | -use Behat\Behat\Hook\Scope\BeforeFeatureScope; |
|
| 6 | 5 | use Behat\Behat\Hook\Scope\BeforeScenarioScope; |
| 7 | 6 | use Behat\Behat\Hook\Scope\BeforeStepScope; |
| 8 | -use Behat\Behat\Hook\Scope\StepScope; |
|
| 9 | -use Behat\Gherkin\Node\ScenarioInterface; |
|
| 10 | 7 | use Behat\Testwork\Hook\Scope\HookScope; |
| 11 | 8 | |
| 12 | 9 | /** |