Completed
Pull Request — master (#396)
by
unknown
02:06 queued 40s
created
src/Drupal/DrupalExtension/Context/RawDrupalContext.php 1 patch
Unused Use Statements   -5 removed lines patch added patch discarded remove patch
@@ -6,16 +6,11 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.