Skip to content

Commit

Permalink
WS fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
lsmith77 committed Sep 9, 2011
1 parent 29a6e0f commit a11c4b7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Tests/Util/PluralizationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@
*/
class PluralizationTest extends \PHPUnit_Framework_TestCase
{
/**
/**
* Test that pluralization pluralize words correctly.
*
* @dataProvider getWords
*
* @param string $singular
* @param string $plural
*/
* @dataProvider getWords
*
* @param string $singular
* @param string $plural
*/
public function testPluralize($singular, $plural)
{
$this->assertEquals($plural, Pluralization::pluralize($singular));
Expand Down

0 comments on commit a11c4b7

Please sign in to comment.