BrowscapTest\Formatter\AspFormatterTest::testGetType PHP Method

testGetType() public method

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