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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/theming/tests/ServicesTest.php')
-rw-r--r--apps/theming/tests/ServicesTest.php13
1 files changed, 3 insertions, 10 deletions
diff --git a/apps/theming/tests/ServicesTest.php b/apps/theming/tests/ServicesTest.php
index 0ea00fbf67a..28656d9d83c 100644
--- a/apps/theming/tests/ServicesTest.php
+++ b/apps/theming/tests/ServicesTest.php
@@ -50,18 +50,11 @@ class ServicesTest extends TestCase {
// lib/
['OCA\Theming\Capabilities'],
['OCA\Theming\Capabilities', 'OCP\Capabilities\ICapability'],
- ['OCA\Theming\ThemingDefaults'],
- ['OCA\Theming\ThemingDefaults', 'OC_Defaults'],
- ['OCA\Theming\Util'],
+ ['OCA\Theming\Template'],
+ ['OCA\Theming\Template', 'OC_Defaults'],
- // Controller
+ // controller/
['OCA\Theming\Controller\ThemingController'],
-
- // Settings
- ['OCA\Theming\Settings\Admin'],
- ['OCA\Theming\Settings\Admin', 'OCP\Settings\ISettings'],
- ['OCA\Theming\Settings\Section'],
- ['OCA\Theming\Settings\Section', 'OCP\Settings\ISection'],
];
}