FastFeed\Tests\FastFeedFetchTest::dataProvider PHP Method

dataProvider() public method

public dataProvider ( )
    public function dataProvider()
    {
        $content = file_get_contents(__DIR__ . '/data/rss20/desarrolla2.com.xml');
        return array(array(false), array('nothing here'), array($content));
    }
FastFeedFetchTest