ConsoleKit\Tests\UtilsTests::testCamelize PHP Method

testCamelize() public method

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