BrowscapTest\Filter\CustomFilterTest::testGetType PHP Method

testGetType() public method

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