mirror of
https://github.com/Neetpone/ponepaste.git
synced 2025-03-12 14:40:09 +01:00
11 lines
200 B
PHP
11 lines
200 B
PHP
<?php
|
|
|
|
class ParsedownExtraTest extends ParsedownTest
|
|
{
|
|
protected function initDirs()
|
|
{
|
|
$dirs = parent::initDirs();
|
|
$dirs[] = __DIR__ . '/data/';
|
|
return $dirs;
|
|
}
|
|
}
|