@@ -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 | /** |
@@ -4,15 +4,10 @@ |
||
4 | 4 | |
5 | 5 | use Behat\MinkExtension\Context\RawMinkContext; |
6 | 6 | use Behat\Testwork\Hook\HookDispatcher; |
7 | - |
|
8 | 7 | use Drupal\DrupalDriverManager; |
9 | - |
|
10 | -use Drupal\DrupalExtension\Hook\Scope\AfterLanguageEnableScope; |
|
11 | 8 | use Drupal\DrupalExtension\Hook\Scope\AfterNodeCreateScope; |
12 | 9 | use Drupal\DrupalExtension\Hook\Scope\AfterTermCreateScope; |
13 | 10 | use Drupal\DrupalExtension\Hook\Scope\AfterUserCreateScope; |
14 | -use Drupal\DrupalExtension\Hook\Scope\BaseEntityScope; |
|
15 | -use Drupal\DrupalExtension\Hook\Scope\BeforeLanguageEnableScope; |
|
16 | 11 | use Drupal\DrupalExtension\Hook\Scope\BeforeNodeCreateScope; |
17 | 12 | use Drupal\DrupalExtension\Hook\Scope\BeforeUserCreateScope; |
18 | 13 | use Drupal\DrupalExtension\Hook\Scope\BeforeTermCreateScope; |