diff --git a/tests/Behat/Context/TestContext.php b/tests/Behat/Context/TestContext.php index 4e66d02..8bcf1e8 100644 --- a/tests/Behat/Context/TestContext.php +++ b/tests/Behat/Context/TestContext.php @@ -78,7 +78,8 @@ CON */ public function workingSymfonyApplicationWithExtension(): void { - $this->thereIsConfiguration(<<<'CON' + $this->thereIsConfiguration( + <<<'CON' default: extensions: FriendsOfBehat\SymfonyExtension: @@ -89,7 +90,9 @@ CON $this->standardSymfonyAutoloaderConfigured(); - $this->thereIsFile('src/Kernel.php', <<<'CON' + $this->thereIsFile( + 'src/Kernel.php', + <<<'CON' thereIsFile('src/Controller.php', <<<'CON' + $this->thereIsFile( + 'src/Controller.php', + <<<'CON' thereIsFile('src/Counter.php', <<<'CON' + $this->thereIsFile( + 'src/Counter.php', + <<<'CON' thereIsFile('config/default.yaml', <<<'YML' + $this->thereIsFile( + 'config/default.yaml', + <<<'YML' services: App\Controller: arguments: