diff options
Diffstat (limited to 'tests/lib')
-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'], ]; } } |