diff options
author | Morris Jobke <hey@morrisjobke.de> | 2017-11-09 12:16:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-09 12:16:55 +0100 |
commit | c7e5bc0f9ab6f58bf9a47dd0c3795e1183419652 (patch) | |
tree | be16390ec9f1b598708e16807608d3a61c876b36 /apps/theming/tests | |
parent | 7dc9f6f40c6592b0ad554d2776da086a611ba9f7 (diff) | |
parent | 479966dce81593f8f2a49211566c4e71a4cbbbf7 (diff) | |
download | nextcloud-server-c7e5bc0f9ab6f58bf9a47dd0c3795e1183419652.tar.gz nextcloud-server-c7e5bc0f9ab6f58bf9a47dd0c3795e1183419652.zip |
Merge pull request #7112 from nextcloud/theming-imagemagick-hint
Theming: add hint about favicon generation
Diffstat (limited to 'apps/theming/tests')
-rw-r--r-- | apps/theming/tests/Settings/AdminTest.php | 4 |
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, ''); |