diff options
author | Joas Schilling <coding@schilljs.com> | 2024-10-28 08:01:22 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2024-10-28 08:46:31 +0100 |
commit | 220bd3422f7bcc3e9a757dbb4b753b8954eb36b6 (patch) | |
tree | 71daed977b772ea8b4761ead7f1595813a6909d3 /tests/lib/App | |
parent | 5969b4bea84f82965edb0298f274b23c678858c8 (diff) | |
download | nextcloud-server-220bd3422f7bcc3e9a757dbb4b753b8954eb36b6.tar.gz nextcloud-server-220bd3422f7bcc3e9a757dbb4b753b8954eb36b6.zip |
fix(appinfo): Make sure screenshot, author and category are always arraysbugfix/exception-appscreenshot-notstring
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'tests/lib/App')
-rw-r--r-- | tests/lib/App/InfoParserTest.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/lib/App/InfoParserTest.php b/tests/lib/App/InfoParserTest.php index 66ff10266e2..1c429ccc405 100644 --- a/tests/lib/App/InfoParserTest.php +++ b/tests/lib/App/InfoParserTest.php @@ -53,6 +53,7 @@ class InfoParserTest extends TestCase { [null, 'invalid-info.xml'], ['navigation-one-item.json', 'navigation-one-item.xml'], ['navigation-two-items.json', 'navigation-two-items.xml'], + ['various-single-item.json', 'various-single-item.xml'], ]; } } |