FastFeed\Tests\Processor\PathProcessorTest::dataProvider PHP Method

dataProvider() public method

Provider
public dataProvider ( ) : array
return array
    public function dataProvider()
    {
        return array(array('<a href="http://example.org/my/path/">link</a>', '<a href="/my/path/">link</a>', 'http://example.org/my/other/path/'), array('<img src="http://example.org/my/path/"/>', '<img src="/my/path/"/>', 'http://example.org/my/other/path/'), array('<img src="http://example.org/my/path/"/>', '<img src="http://example.org/my/path/"/>', 'http://example.org/my/other/path/'));
    }