BrowscapTest\Formatter\PhpFormatterTest::testFormatPropertyName PHP Метод

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

tests formatting a property name
    public function testFormatPropertyName()
    {
        self::assertSame('text', $this->object->formatPropertyName('text'));
    }