Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
two item => two items
Signed-off-by: Daniel Kesselberg <[email protected]>
  • Loading branch information
kesselb authored and Backportbot committed Feb 27, 2019
commit 8240309f0864e880a036b1f3afd1cda32b88b107
2 changes: 1 addition & 1 deletion tests/lib/App/InfoParserTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public function providesInfoXml(): array {
['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'],
];
}
}