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

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

tests getter for the formatter type
public testGetType ( )
    public function testGetType()
    {
        self::assertSame('php', $this->object->getType());
    }