summaryrefslogtreecommitdiffstats
path: root/tests/Settings
diff options
context:
space:
mode:
authorMichael Weimann <mail@michael-weimann.eu>2019-01-14 00:05:11 +0100
committerMichael Weimann <mail@michael-weimann.eu>2019-01-14 00:08:26 +0100
commit2cd3fd3dc2b31e460ac8ff887a360e14e542ea1c (patch)
treebc27562327f69f7bea9185151f7255025cadd4a1 /tests/Settings
parentd7158402dd58197bbead7e5a6f45a9b5c233083d (diff)
downloadnextcloud-server-2cd3fd3dc2b31e460ac8ff887a360e14e542ea1c.tar.gz
nextcloud-server-2cd3fd3dc2b31e460ac8ff887a360e14e542ea1c.zip
Move server info to theming section
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
Diffstat (limited to 'tests/Settings')
-rw-r--r--tests/Settings/Controller/ServerInfoSettingsControllerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Settings/Controller/ServerInfoSettingsControllerTest.php b/tests/Settings/Controller/ServerInfoSettingsControllerTest.php
index 43dcb90855a..8d2083d0acb 100644
--- a/tests/Settings/Controller/ServerInfoSettingsControllerTest.php
+++ b/tests/Settings/Controller/ServerInfoSettingsControllerTest.php
@@ -22,7 +22,7 @@
namespace Settings\Controller;
-use OC\Settings\Admin\ServerInfo;
+use OC\Settings\Theming\ServerInfo;
use OC\Settings\Controller\ServerInfoSettingsController;
use OCP\IConfig;
use OCP\IRequest;