aboutsummaryrefslogtreecommitdiffstats
path: root/apps/theming/tests/ServicesTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/theming/tests/ServicesTest.php')
-rw-r--r--apps/theming/tests/ServicesTest.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/theming/tests/ServicesTest.php b/apps/theming/tests/ServicesTest.php
index baf7c6edc88..a46e28235f5 100644
--- a/apps/theming/tests/ServicesTest.php
+++ b/apps/theming/tests/ServicesTest.php
@@ -26,11 +26,13 @@ namespace OCA\Theming\Tests;
use OCA\Theming\Capabilities;
use OCA\Theming\Controller\ThemingController;
use OCA\Theming\Settings\Admin;
+use OCA\Theming\Settings\Section;
use OCA\Theming\ThemingDefaults;
use OCA\Theming\Util;
use OCP\AppFramework\App;
use OCP\Capabilities\ICapability;
use OCP\IL10N;
+use OCP\Settings\ISection;
use OCP\Settings\ISettings;
use Test\TestCase;
@@ -70,6 +72,8 @@ class ServicesTest extends TestCase {
// Settings
[Admin::class],
[Admin::class, ISettings::class],
+ [Section::class],
+ [Section::class, ISection::class],
];
}