FastFeed\Tests\FeedManagerTest::testAddFeed PHP Method

testAddFeed() public method

public testAddFeed ( $feed )
    public function testAddFeed($feed)
    {
        $this->fastFeed->setFeed('channel', $feed);
        $this->assertCount(1, $this->fastFeed->getFeed('channel'));
    }