|  | @@ -5,18 +5,13 @@ | 
                                                    
                                                        |  |  |  block discarded – undo | 
                                                                                                                                                                                                                    
                                                            | 5 | 5 |  use Behat\MinkExtension\Context\RawMinkContext; | 
                                                                                                            
                                                            | 6 | 6 |  use Behat\Testwork\Hook\HookDispatcher; | 
                                                                                                            
                                                            | 7 | 7 |  use Behat\Behat\Context\Environment\InitializedContextEnvironment; | 
                                                                                                            
                                                            | 8 |  | - | 
                                                                                                            
                                                            | 9 | 8 |  use Drupal\DrupalDriverManagerInterface; | 
                                                                                                            
                                                            | 10 | 9 |  use Drupal\DrupalExtension\DrupalParametersTrait; | 
                                                                                                            
                                                            | 11 | 10 |  use Drupal\DrupalExtension\Manager\DrupalAuthenticationManagerInterface; | 
                                                                                                            
                                                            | 12 | 11 |  use Drupal\DrupalExtension\Manager\DrupalUserManagerInterface; | 
                                                                                                            
                                                            | 13 |  | - | 
                                                                                                            
                                                            | 14 |  | -use Drupal\DrupalExtension\Hook\Scope\AfterLanguageEnableScope; | 
                                                                                                            
                                                            | 15 | 12 |  use Drupal\DrupalExtension\Hook\Scope\AfterNodeCreateScope; | 
                                                                                                            
                                                            | 16 | 13 |  use Drupal\DrupalExtension\Hook\Scope\AfterTermCreateScope; | 
                                                                                                            
                                                            | 17 | 14 |  use Drupal\DrupalExtension\Hook\Scope\AfterUserCreateScope; | 
                                                                                                            
                                                            | 18 |  | -use Drupal\DrupalExtension\Hook\Scope\BaseEntityScope; | 
                                                                                                            
                                                            | 19 |  | -use Drupal\DrupalExtension\Hook\Scope\BeforeLanguageEnableScope; | 
                                                                                                            
                                                            | 20 | 15 |  use Drupal\DrupalExtension\Hook\Scope\BeforeNodeCreateScope; | 
                                                                                                            
                                                            | 21 | 16 |  use Drupal\DrupalExtension\Hook\Scope\BeforeUserCreateScope; | 
                                                                                                            
                                                            | 22 | 17 |  use Drupal\DrupalExtension\Hook\Scope\BeforeTermCreateScope; | 
                                                                                                                                                
                                         
                                        
                                            
                                                                                                    Please login to merge, or discard this patch.