Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Kesselberg <mail@danielkesselberg.de>2019-02-25 16:52:14 +0300
committerDaniel Kesselberg <mail@danielkesselberg.de>2019-02-25 16:52:14 +0300
commitdf3d5e85095620f84e3146ae6ce558e68d0b137e (patch)
treeabc1f43f76f5ef99b4f13648558c900a55751526 /tests/lib/App
parentb578fd855e6b3e7b4b2d1b02357605d65fa0c32b (diff)
two item => two items
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Diffstat (limited to 'tests/lib/App')
-rw-r--r--tests/lib/App/InfoParserTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/App/InfoParserTest.php b/tests/lib/App/InfoParserTest.php
index 4fa8b2a06a5..b72a869e02c 100644
--- a/tests/lib/App/InfoParserTest.php
+++ b/tests/lib/App/InfoParserTest.php
@@ -54,7 +54,7 @@ class InfoParserTest extends TestCase {
['expected-info.json', 'valid-info.xml'],
[null, 'invalid-info.xml'],
['navigation-one-item.json', 'navigation-one-item.xml'],
- ['navigation-two-item.json', 'navigation-two-item.xml'],
+ ['navigation-two-items.json', 'navigation-two-items.xml'],
];
}
}