FastFeed\Tests\Parser\AbstractRSSParserTest::setUp PHP Method

setUp() public method

public setUp ( )
    public function setUp()
    {
        $this->parser = new RSSParser();
    }
AbstractRSSParserTest