@@ -7,14 +7,14 @@ |
||
7 | 7 | // Behat extension interface. |
8 | 8 | use Behat\Testwork\ServiceContainer\Extension; |
9 | 9 | // Tools for dependency injection. |
10 | -use Symfony\Component\DependencyInjection\Definition; |
|
11 | 10 | use Symfony\Component\DependencyInjection\ContainerBuilder; |
11 | +use Symfony\Component\DependencyInjection\Definition; |
|
12 | 12 | // Behat context extension and tools. |
13 | -use Behat\Behat\Context\ServiceContainer\ContextExtension; |
|
14 | 13 | use Behat\Behat\Context\Initializer\ContextInitializer; |
14 | +use Behat\Behat\Context\ServiceContainer\ContextExtension; |
|
15 | 15 | // Behat environment extension and tools. |
16 | -use Behat\Testwork\Environment\ServiceContainer\EnvironmentExtension; |
|
17 | 16 | use Behat\Testwork\Environment\Reader\EnvironmentReader; |
17 | +use Behat\Testwork\Environment\ServiceContainer\EnvironmentExtension; |
|
18 | 18 | |
19 | 19 | /** |
20 | 20 | * Class EnvironmentLoader. |