diff --git a/tests/unit/framework/helpers/InflectorTest.php b/tests/unit/framework/helpers/InflectorTest.php index 36700f4..859d8bf 100644 --- a/tests/unit/framework/helpers/InflectorTest.php +++ b/tests/unit/framework/helpers/InflectorTest.php @@ -39,7 +39,7 @@ class InflectorTest extends TestCase 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()