Completed
Push — 3.2 ( c17485...20fc44 )
by Pieter
04:02
created
src/Drupal/DrupalExtension/Context/RawDrupalContext.php 1 patch
Unused Use Statements   -5 removed lines patch added patch discarded remove patch
@@ -5,15 +5,10 @@
 block discarded – undo
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
-
11
-use Drupal\DrupalExtension\Hook\Scope\AfterLanguageEnableScope;
12 9
 use Drupal\DrupalExtension\Hook\Scope\AfterNodeCreateScope;
13 10
 use Drupal\DrupalExtension\Hook\Scope\AfterTermCreateScope;
14 11
 use Drupal\DrupalExtension\Hook\Scope\AfterUserCreateScope;
15
-use Drupal\DrupalExtension\Hook\Scope\BaseEntityScope;
16
-use Drupal\DrupalExtension\Hook\Scope\BeforeLanguageEnableScope;
17 12
 use Drupal\DrupalExtension\Hook\Scope\BeforeNodeCreateScope;
18 13
 use Drupal\DrupalExtension\Hook\Scope\BeforeUserCreateScope;
19 14
 use Drupal\DrupalExtension\Hook\Scope\BeforeTermCreateScope;
Please login to merge, or discard this patch.