FastFeed\Tests\FeedManagerExceptionTest::testGetFeed PHP Method

testGetFeed() public method

public testGetFeed ( )
    public function testGetFeed()
    {
        $this->fastFeed->getFeed('this channel no exist');
    }