ConsoleKit\Tests\UtilsTests::testCamelize PHP 메소드

testCamelize() 공개 메소드

public testCamelize ( )
    public function testCamelize()
    {
        $this->assertEquals('fooBar', Utils::camelize('foo-bar'));
    }