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

github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Paroz <github@oparoz.com>2015-09-13 16:27:02 +0300
committerOlivier Paroz <github@oparoz.com>2015-09-13 16:27:02 +0300
commit292b227b9de36ad6dab866c177c357ad7c606f7e (patch)
tree43fe843fcb9e4db017bc7634bfcd4e69ab83975e /tests/unit
parentb5d440519654dc171c171e2161416dd75db3cd05 (diff)
Minor fixes
Diffstat (limited to 'tests/unit')
-rw-r--r--tests/unit/service/ConfigServiceTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/service/ConfigServiceTest.php b/tests/unit/service/ConfigServiceTest.php
index 2b27a2fc..a44e275f 100644
--- a/tests/unit/service/ConfigServiceTest.php
+++ b/tests/unit/service/ConfigServiceTest.php
@@ -55,7 +55,7 @@ class ConfigServiceTest extends \Test\GalleryUnitTest {
$configPath = 'Some/folder';
$exception = new ConfigException('Boom');
$result =
- [[['error' => ['message' => 'Boom' . ". Config location: /$configPath"]]]];
+ [['error' => ['message' => 'Boom' . ". Config location: /$configPath"]]];
$this->mockGetPathFromVirtualRoot($folder, $configPath);
$this->mockGetFolderConfigWithBrokenSetup(