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>2017-11-09 12:03:31 +0300
committerMorris Jobke <hey@morrisjobke.de>2017-11-09 12:03:31 +0300
commit479966dce81593f8f2a49211566c4e71a4cbbbf7 (patch)
tree5f7505d593f927c70e4b48d4ae7ad988735722df
parentb1b8c99193c52fa0cf2ac530a96d391ec7fcbc61 (diff)
Fix unit tests
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
-rw-r--r--apps/theming/tests/Settings/AdminTest.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/theming/tests/Settings/AdminTest.php b/apps/theming/tests/Settings/AdminTest.php
index 4f3c9a9faaa..bb68651d143 100644
--- a/apps/theming/tests/Settings/AdminTest.php
+++ b/apps/theming/tests/Settings/AdminTest.php
@@ -101,6 +101,8 @@ class AdminTest extends TestCase {
'logoMime' => null,
'background' => null,
'backgroundMime' => null,
+ 'canThemeIcons' => null,
+ 'iconDocs' => null,
];
$expected = new TemplateResponse('theming', 'settings-admin', $params, '');
@@ -151,6 +153,8 @@ class AdminTest extends TestCase {
'logoMime' => null,
'background' => null,
'backgroundMime' => null,
+ 'canThemeIcons' => null,
+ 'iconDocs' => null,
];
$expected = new TemplateResponse('theming', 'settings-admin', $params, '');