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:
authorMorris Jobke <hey@morrisjobke.de>2020-10-29 00:51:49 +0300
committerMorris Jobke <hey@morrisjobke.de>2020-10-29 01:05:00 +0300
commitb8ed99723822d23c9a3a0b413eb237c93fc60c99 (patch)
treea3e2136a5faa0ac5bca63d3d2f6936272edbd0db /apps/theming/tests
parentef382f541c42f719b8dd30a4e0e248ef1bc39c84 (diff)
Remove ISection in favor of IIconSection
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'apps/theming/tests')
-rw-r--r--apps/theming/tests/ServicesTest.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/theming/tests/ServicesTest.php b/apps/theming/tests/ServicesTest.php
index ce893c8cccb..2705c7a4ece 100644
--- a/apps/theming/tests/ServicesTest.php
+++ b/apps/theming/tests/ServicesTest.php
@@ -34,7 +34,7 @@ use OCA\Theming\Util;
use OCP\AppFramework\App;
use OCP\Capabilities\ICapability;
use OCP\IL10N;
-use OCP\Settings\ISection;
+use OCP\Settings\IIconSection;
use OCP\Settings\ISettings;
use Test\TestCase;
@@ -75,7 +75,7 @@ class ServicesTest extends TestCase {
[Admin::class],
[Admin::class, ISettings::class],
[Section::class],
- [Section::class, ISection::class],
+ [Section::class, IIconSection::class],
];
}