@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace Drupal\DrupalExtension\Context\Annotation; |
4 | 4 | |
5 | 5 | use Behat\Behat\Context\Annotation\AnnotationReader; |
6 | -use Drupal\DrupalExtension\Hook\Dispatcher; |
|
7 | 6 | use ReflectionMethod; |
8 | 7 | |
9 | 8 | /** |
@@ -1,10 +1,7 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -use Behat\Behat\Tester\Exception\PendingException; |
|
4 | 3 | use Drupal\DrupalExtension\Context\RawDrupalContext; |
5 | 4 | use Behat\Behat\Context\SnippetAcceptingContext; |
6 | -use Behat\Gherkin\Node\PyStringNode; |
|
7 | -use Behat\Gherkin\Node\TableNode; |
|
8 | 5 | |
9 | 6 | /** |
10 | 7 | * Defines application features from the specific context. |
@@ -5,16 +5,11 @@ |
||
5 | 5 | use Behat\MinkExtension\Context\RawMinkContext; |
6 | 6 | use Behat\Mink\Exception\DriverException; |
7 | 7 | use Behat\Testwork\Hook\HookDispatcher; |
8 | - |
|
9 | 8 | use Drupal\DrupalDriverManager; |
10 | 9 | use Drupal\DrupalUserManagerInterface; |
11 | - |
|
12 | -use Drupal\DrupalExtension\Hook\Scope\AfterLanguageEnableScope; |
|
13 | 10 | use Drupal\DrupalExtension\Hook\Scope\AfterNodeCreateScope; |
14 | 11 | use Drupal\DrupalExtension\Hook\Scope\AfterTermCreateScope; |
15 | 12 | use Drupal\DrupalExtension\Hook\Scope\AfterUserCreateScope; |
16 | -use Drupal\DrupalExtension\Hook\Scope\BaseEntityScope; |
|
17 | -use Drupal\DrupalExtension\Hook\Scope\BeforeLanguageEnableScope; |
|
18 | 13 | use Drupal\DrupalExtension\Hook\Scope\BeforeNodeCreateScope; |
19 | 14 | use Drupal\DrupalExtension\Hook\Scope\BeforeUserCreateScope; |
20 | 15 | use Drupal\DrupalExtension\Hook\Scope\BeforeTermCreateScope; |