Skip to content

Commit

Permalink
Added more words to InflectorTest
Browse files Browse the repository at this point in the history
  • Loading branch information
wernerhp committed Jul 10, 2013
1 parent a27499d commit 3d83c62
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/Cake/Test/Case/Utility/InflectorTest.php
Expand Up @@ -114,6 +114,9 @@ public function testInflectingSingulars() {
$this->assertEquals(Inflector::singularize('heroes'), 'hero');
$this->assertEquals(Inflector::singularize('buffalos'), 'buffalo');
$this->assertEquals(Inflector::singularize('babies'), 'baby');
$this->assertEquals(Inflector::singularize('teeth'), 'tooth');
$this->assertEquals(Inflector::singularize('geese'), 'goose');
$this->assertEquals(Inflector::singularize('feet'), 'foot');

$this->assertEquals(Inflector::singularize(''), '');
}
Expand Down

0 comments on commit 3d83c62

Please sign in to comment.