From d3fa3625e60467f688a6978627b4c83a0578dc00 Mon Sep 17 00:00:00 2001 From: Kamil Kokot Date: Mon, 13 Dec 2021 14:18:17 +0100 Subject: [PATCH] Apply coding standard fixes --- tests/Behat/Context/TestContext.php | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) 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: