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

getOnDocumentWithTagsTests() public method

    public function getOnDocumentWithTagsTests()
    {
        return array(array(array(), 'tags-empty.md'), array(array('foo'), 'tags-one.md'), array(array('foo', 'bar'), 'tags-multiple.md'));
    }