Skip to content

Commit

Permalink
Pushed before fxing error in test case, I suck. Refs #3291
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Oct 22, 2012
1 parent 9dc3b24 commit 1c0c860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Test/Case/Utility/InflectorTest.php
Expand Up @@ -161,7 +161,7 @@ public function testInflectingPlurals() {
$this->assertEquals(Inflector::pluralize('cafe'), 'cafes');
$this->assertEquals(Inflector::pluralize('roof'), 'roofs');
$this->assertEquals(Inflector::pluralize('foe'), 'foes');
$this->assertEquals(Inflector::pluralize('cookie'), 'cookie');
$this->assertEquals(Inflector::pluralize('cookie'), 'cookies');
$this->assertEquals(Inflector::pluralize(''), '');
}

Expand Down

0 comments on commit 1c0c860

Please sign in to comment.