Browse Source
Fix unit tests
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
pull/7112/head
Morris Jobke
8 years ago
No known key found for this signature in database
GPG Key ID: FE03C3A163FEDE68
1 changed files with
4 additions and
0 deletions
-
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, ''); |
|
|
|
|