summaryrefslogtreecommitdiffstats
path: root/tests/integration
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-04-20 16:37:03 +0200
committerJoas Schilling <coding@schilljs.com>2023-04-20 16:37:03 +0200
commitb0e5a566ff520731a52662aa06d7b50fc181e12b (patch)
treed9d945d5b1f32eb38bbcc359bbcbcd4b9f266723 /tests/integration
parent172af9fbccde8e2a5be41e07d499981cbee7e38e (diff)
fix(CS): Automatic fix of coding style
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'tests/integration')
-rw-r--r--tests/integration/features/bootstrap/SharingContext.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/integration/features/bootstrap/SharingContext.php b/tests/integration/features/bootstrap/SharingContext.php
index 6d89c3a3b..9e3cbf571 100644
--- a/tests/integration/features/bootstrap/SharingContext.php
+++ b/tests/integration/features/bootstrap/SharingContext.php
@@ -58,8 +58,7 @@ class SharingContext implements Context {
private \FeatureContext $featureContext;
/** @BeforeScenario */
- public function gatherContexts(\Behat\Behat\Hook\Scope\BeforeScenarioScope $scope)
- {
+ public function gatherContexts(\Behat\Behat\Hook\Scope\BeforeScenarioScope $scope) {
$environment = $scope->getEnvironment();
$this->featureContext = $environment->getContext('FeatureContext');