Carew\Tests\Event\Listener\Metadata\ExtractionTest::getOnDocumentWithPermalink PHP Method

    public function getOnDocumentWithPermalink()
    {
        return array(array('foo.html', 'permalink-with-html-extension.md'), array('foo.js', 'permalink-with-js-extension.md'), array('foo.html', 'permalink-without-extension.md'), array('a-blog-post/index.html', 'permalink-without-filename.md'));
    }