Fix unit tests

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
Morris Jobke 2017-11-09 10:03:31 +01:00
parent b1b8c99193
commit 479966dce8
No known key found for this signature in database
GPG Key ID: FE03C3A163FEDE68
1 changed files with 4 additions and 0 deletions

View File

@ -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, '');