ponepaste/vendor/erusev/parsedown-extra/test/ParsedownExtraTest.php

12 lines
200 B
PHP
Raw Normal View History

<?php
class ParsedownExtraTest extends ParsedownTest
{
protected function initDirs()
{
$dirs = parent::initDirs();
$dirs[] = __DIR__ . '/data/';
return $dirs;
}
}