diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2019-03-19 22:24:16 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2019-03-20 15:17:31 +0100 |
commit | 575b3f9ff8cb06e949a2acbb136a6e0d14731eab (patch) | |
tree | e8767df86a2243116ef7e9c3f027c805878d622a /apps/theming/tests/ServicesTest.php | |
parent | 1c8779dc6e34a89ea9181b3cb252101e457c1543 (diff) | |
download | nextcloud-server-575b3f9ff8cb06e949a2acbb136a6e0d14731eab.tar.gz nextcloud-server-575b3f9ff8cb06e949a2acbb136a6e0d14731eab.zip |
Revert "Where is your data?"
Diffstat (limited to 'apps/theming/tests/ServicesTest.php')
-rw-r--r-- | apps/theming/tests/ServicesTest.php | 4 |
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], ]; } |