FastFeed\Tests\FeedManagerExceptionTest::testSetFeed PHP Method

testSetFeed() public method

public testSetFeed ( $channel, $feed )
    public function testSetFeed($channel, $feed)
    {
        $this->fastFeed->setFeed($channel, $feed);
    }