FastFeed\Tests\FeedManagerExceptionTest::testAddFeed PHP Method

testAddFeed() public method

public testAddFeed ( $channel, $feed )
    public function testAddFeed($channel, $feed)
    {
        $this->fastFeed->addFeed($channel, $feed);
    }