Commit f9222a08 by Antonio Ramirez

fix failing test

parent 3a5f01cb
...@@ -39,7 +39,7 @@ class InflectorTest extends TestCase ...@@ -39,7 +39,7 @@ class InflectorTest extends TestCase
public function testUnderscore() public function testUnderscore()
{ {
$this->assertEquals("me_my_self_and_i", Inflector::underscore('Me my self and I')); $this->assertEquals("me_my_self_and_i", Inflector::underscore('MeMySelfAndI'));
} }
public function testHumanize() public function testHumanize()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment