Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
TorbenKoehn committed May 20, 2016
1 parent d085e51 commit abc86ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Test/InflectorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ class InflectorTest extends \PHPUnit_Framework_TestCase
/**
* @dataProvider reJoinProvider
*/
public function testReJoin($expected, $string, $delimiter)
public function testRejoin($expected, $string, $delimiter)
{

$this->assertEquals($expected, Inflector::reJoin($string, $delimiter), "$string ($delimiter)");
$this->assertEquals($expected, Inflector::rejoin($string, $delimiter), "$string ($delimiter)");
}

public function reJoinProvider()
Expand Down

0 comments on commit abc86ff

Please sign in to comment.