mirror of
https://github.com/ThunixdotNet/www.git
synced 2026-01-23 23:10:17 +00:00
Beginning of site ver 3.0
This commit is contained in:
20
parsedown-extra-0.7.1/test/ParsedownExtraTest.php
Normal file
20
parsedown-extra-0.7.1/test/ParsedownExtraTest.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
class ParsedownExtraTest extends ParsedownTest
|
||||
{
|
||||
protected function initDirs()
|
||||
{
|
||||
$dirs = parent::initDirs();
|
||||
|
||||
$dirs []= dirname(__FILE__).'/data/';
|
||||
|
||||
return $dirs;
|
||||
}
|
||||
|
||||
protected function initParsedown()
|
||||
{
|
||||
$Parsedown = new ParsedownExtra();
|
||||
|
||||
return $Parsedown;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user