ConsoleKit\Tests\UtilsTests::testDashized PHP Метод

testDashized() публичный Метод

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