summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
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';
}