Completed
Push — 316-authentication-manager ( e36a80 )
by Jonathan
01:33
created
src/Drupal/DrupalExtension/Context/RawDrupalContext.php 1 patch
Unused Use Statements   -6 removed lines patch added patch discarded remove patch
@@ -3,20 +3,14 @@
 block discarded – undo
3 3
 namespace Drupal\DrupalExtension\Context;
4 4
 
5 5
 use Behat\MinkExtension\Context\RawMinkContext;
6
-use Behat\Mink\Exception\DriverException;
7 6
 use Behat\Testwork\Hook\HookDispatcher;
8
-
9 7
 use Drupal\DrupalDriverManager;
10 8
 use Drupal\DrupalExtension\DrupalParametersTrait;
11 9
 use Drupal\DrupalExtension\Manager\DrupalAuthenticationManagerInterface;
12 10
 use Drupal\DrupalExtension\Manager\DrupalUserManagerInterface;
13
-
14
-use Drupal\DrupalExtension\Hook\Scope\AfterLanguageEnableScope;
15 11
 use Drupal\DrupalExtension\Hook\Scope\AfterNodeCreateScope;
16 12
 use Drupal\DrupalExtension\Hook\Scope\AfterTermCreateScope;
17 13
 use Drupal\DrupalExtension\Hook\Scope\AfterUserCreateScope;
18
-use Drupal\DrupalExtension\Hook\Scope\BaseEntityScope;
19
-use Drupal\DrupalExtension\Hook\Scope\BeforeLanguageEnableScope;
20 14
 use Drupal\DrupalExtension\Hook\Scope\BeforeNodeCreateScope;
21 15
 use Drupal\DrupalExtension\Hook\Scope\BeforeUserCreateScope;
22 16
 use Drupal\DrupalExtension\Hook\Scope\BeforeTermCreateScope;
Please login to merge, or discard this patch.