8000 Add test for pluralizing edge to edges · symfony/symfony@c3e9218 · GitHub
[go: up one dir, main page]

Skip to content

Commit c3e9218

Browse files
committed
Add test for pluralizing edge to edges
1 parent b152d13 commit c3e9218

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Component/Inflector/Tests/InflectorTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ public function pluralizeProvider()
210210
['driver', 'drivers'],
211211
['dwarf', ['dwarfs', 'dwarves']],
212212
['echo', 'echoes'],
213+
['edge', 'edges'],
213214
['elf', ['elfs', 'elves']],
214215
['emphasis', 'emphases'],
215216
['fax', ['facies', 'faxes']],

0 commit comments

Comments
 (0)
0