summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2020-09-03 12:02:17 +0200
committerBenjamin Brahmer <info@b-brahmer.de>2020-09-17 10:23:43 +0200
commit3a62ffbe8860afeaef167ba8f1b455af8275faef (patch)
tree19c7e1c9a06b7f93b56061dba3cce66f8619ada5 /tests
parent7f714ba05dec8bc49fb3b7f95c74483df9224d24 (diff)
run phpcbf
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
Diffstat (limited to 'tests')
-rw-r--r--tests/Unit/Config/ConfigTest.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/Unit/Config/ConfigTest.php b/tests/Unit/Config/ConfigTest.php
index 4cad07c2d..60a292afc 100644
--- a/tests/Unit/Config/ConfigTest.php
+++ b/tests/Unit/Config/ConfigTest.php
@@ -35,7 +35,9 @@ class ConfigTest extends TestCase
$this->fileSystem = $this->getMockBuilder(Folder::class)->getMock();
$this->loggerParams = ['hi'];
$this->config = new Config(
- $this->fileSystem, $this->logger, $this->loggerParams
+ $this->fileSystem,
+ $this->logger,
+ $this->loggerParams
);
$this->configPath = 'config.json';
}