From 220bd3422f7bcc3e9a757dbb4b753b8954eb36b6 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Mon, 28 Oct 2024 08:01:22 +0100 Subject: fix(appinfo): Make sure screenshot, author and category are always arrays Signed-off-by: Joas Schilling --- tests/lib/App/InfoParserTest.php | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/lib/App/InfoParserTest.php') 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'], ]; } } -- cgit v1.2.3