From 292b227b9de36ad6dab866c177c357ad7c606f7e Mon Sep 17 00:00:00 2001 From: Olivier Paroz Date: Sun, 13 Sep 2015 15:27:02 +0200 Subject: Minor fixes --- tests/unit/service/ConfigServiceTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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( -- cgit v1.2.3