add species to inflector and inflector tests

This commit is contained in:
jeffreymoelands 2019-11-05 20:58:22 +01:00
parent 620e8942a2
commit cc87e40a8f
2 changed files with 3 additions and 0 deletions

View File

@ -318,6 +318,7 @@ final class Inflector
'esoom',
'seires',
'peehs',
'seiceps',
];
/**

View File

@ -134,6 +134,7 @@ class InflectorTest extends TestCase
['services', 'service'],
['sheriffs', 'sheriff'],
['shoes', ['sho', 'shoe']],
['species', 'species'],
['spies', 'spy'],
['staves', ['staf', 'stave', 'staff']],
['stories', 'story'],
@ -268,6 +269,7 @@ class InflectorTest extends TestCase
['service', 'services'],
['sheriff', 'sheriffs'],
['shoe', 'shoes'],
['species', 'species'],
['spy', 'spies'],
['staff', 'staves'],
['story', 'stories'],