Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/jsxc.nextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTobia De Koninck <tobia@ledfan.be>2017-09-03 12:42:12 +0300
committerTobia De Koninck <tobia@ledfan.be>2017-10-19 20:01:33 +0300
commit3257b7fc24341d6c1f783125eda5b52b6dc2285c (patch)
treeace7f1672a641a0d50cc1241887305856dbff622 /tests
parenta5149e226b549d8f308994b8763e1ebd3c7ae77f (diff)
CS fix
Signed-off-by: Tobia De Koninck <tobia@ledfan.be>
Diffstat (limited to 'tests')
-rw-r--r--tests/unit/controller/SettingsControllerTest.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/unit/controller/SettingsControllerTest.php b/tests/unit/controller/SettingsControllerTest.php
index d3aac8c..8f53d0b 100644
--- a/tests/unit/controller/SettingsControllerTest.php
+++ b/tests/unit/controller/SettingsControllerTest.php
@@ -138,7 +138,8 @@ class SettingsControllerTest extends TestCase
}
- public function testServerType() {
+ public function testServerType()
+ {
$this->config
->expects($this->at(0))
->method('getAppValue')