BrowscapTest\Formatter\XmlFormatterTest::testGetType PHP Method

testGetType() public method

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