BrowscapTest\Filter\StandardFilterTest::testGetType PHP Method

testGetType() public method

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