From 84be6f3f7f3428129c14b335809195293f35d1bd Mon Sep 17 00:00:00 2001 From: Franz Liedke Date: Sun, 4 Mar 2018 00:04:43 +0100 Subject: [PATCH] Fix test namespace --- .../core/tests/Settings/MemoryCacheSettingsRepositoryTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/core/tests/Settings/MemoryCacheSettingsRepositoryTest.php b/framework/core/tests/Settings/MemoryCacheSettingsRepositoryTest.php index 6d69d81ef..0e21815ca 100644 --- a/framework/core/tests/Settings/MemoryCacheSettingsRepositoryTest.php +++ b/framework/core/tests/Settings/MemoryCacheSettingsRepositoryTest.php @@ -9,7 +9,7 @@ * file that was distributed with this source code. */ -namespace Flarum\Tests\Flarum\Settings; +namespace Flarum\Tests\Settings; use Flarum\Settings\MemoryCacheSettingsRepository; use Flarum\Settings\SettingsRepositoryInterface;