@@ -6,16 +6,11 @@ |
||
6 | 6 | use Behat\Mink\Exception\DriverException; |
7 | 7 | use Behat\Testwork\Hook\HookDispatcher; |
8 | 8 | use Behat\Behat\Context\Environment\InitializedContextEnvironment; |
9 | - |
|
10 | 9 | use Drupal\DrupalDriverManager; |
11 | 10 | use Drupal\DrupalUserManagerInterface; |
12 | - |
|
13 | -use Drupal\DrupalExtension\Hook\Scope\AfterLanguageEnableScope; |
|
14 | 11 | use Drupal\DrupalExtension\Hook\Scope\AfterNodeCreateScope; |
15 | 12 | use Drupal\DrupalExtension\Hook\Scope\AfterTermCreateScope; |
16 | 13 | use Drupal\DrupalExtension\Hook\Scope\AfterUserCreateScope; |
17 | -use Drupal\DrupalExtension\Hook\Scope\BaseEntityScope; |
|
18 | -use Drupal\DrupalExtension\Hook\Scope\BeforeLanguageEnableScope; |
|
19 | 14 | use Drupal\DrupalExtension\Hook\Scope\BeforeNodeCreateScope; |
20 | 15 | use Drupal\DrupalExtension\Hook\Scope\BeforeUserCreateScope; |
21 | 16 | use Drupal\DrupalExtension\Hook\Scope\BeforeTermCreateScope; |