Browse Source

fix failing test

tags/2.0.0-beta
Antonio Ramirez 12 years ago
parent
commit
f9222a083a
  1. 2
      tests/unit/framework/helpers/InflectorTest.php

2
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()

Loading…
Cancel
Save