feat(deps): add parsedown and parsedown-extra
This commit is contained in:
11
vendor/erusev/parsedown-extra/test/ParsedownExtraTest.php
vendored
Normal file
11
vendor/erusev/parsedown-extra/test/ParsedownExtraTest.php
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
class ParsedownExtraTest extends ParsedownTest
|
||||
{
|
||||
protected function initDirs()
|
||||
{
|
||||
$dirs = parent::initDirs();
|
||||
$dirs[] = __DIR__ . '/data/';
|
||||
return $dirs;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user