BrowscapTest\Formatter\PhpFormatterTest::testFormatPropertyName PHP Method

testFormatPropertyName() public method

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