Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c3e9218

Browse filesBrowse files
committed
Add test for pluralizing edge to edges
1 parent b152d13 commit c3e9218
Copy full SHA for c3e9218

File tree

1 file changed

+1
-0
lines changed
Filter options

1 file changed

+1
-0
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Component/Inflector/Tests/InflectorTest.php
+1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.