ConsoleKit\Tests\UtilsTests::testDashized PHP Method

testDashized() public method

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