@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use Symfony\Component\EventDispatcher\EventSubscriberInterface; |
6 | 6 | use Symfony\Component\EventDispatcher\Event; |
7 | -use Symfony\Component\HttpKernel\Event\KernelEvent; |
|
8 | 7 | use Symfony\Component\HttpKernel\KernelEvents; |
9 | 8 | use Symfony\Component\HttpKernel\Event\GetResponseEvent; |
10 | 9 | use Drupal\Core\Cache\CacheTagsInvalidator; |
@@ -1,7 +1,5 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -use Drupal\user\Entity\User; |
|
4 | - |
|
5 | 3 | /** |
6 | 4 | * @file |
7 | 5 | * Contains core functionality for the DF distribution. |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace Acquia\DFExtension\Context; |
4 | 4 | |
5 | -use Behat\Mink\Driver\Selenium2Driver; |
|
6 | 5 | use Drupal\DrupalExtension\Context\DrupalSubContextBase; |
7 | 6 | use Drupal\DrupalExtension\Context\MinkContext; |
8 | 7 |