@@ -9,10 +9,10 @@ |
||
9 | 9 | require __DIR__ . '/../../vendor/autoload.php'; |
10 | 10 | |
11 | 11 | class RoutingContext implements Context, SnippetAcceptingContext { |
12 | - use Provisioning; |
|
13 | - use AppConfiguration; |
|
14 | - use CommandLine; |
|
12 | + use Provisioning; |
|
13 | + use AppConfiguration; |
|
14 | + use CommandLine; |
|
15 | 15 | |
16 | - protected function resetAppConfigs(): void { |
|
17 | - } |
|
16 | + protected function resetAppConfigs(): void { |
|
17 | + } |
|
18 | 18 | } |
@@ -6,7 +6,7 @@ |
||
6 | 6 | use Behat\Behat\Context\Context; |
7 | 7 | use Behat\Behat\Context\SnippetAcceptingContext; |
8 | 8 | |
9 | -require __DIR__ . '/../../vendor/autoload.php'; |
|
9 | +require __DIR__.'/../../vendor/autoload.php'; |
|
10 | 10 | |
11 | 11 | class RoutingContext implements Context, SnippetAcceptingContext { |
12 | 12 | use Provisioning; |