mirror of
https://github.com/ThunixdotNet/www.git
synced 2026-01-24 07:10:18 +00:00
Beginning of site ver 3.0
This commit is contained in:
10
parsedown-extra-0.7.1/test/bootstrap.php
Normal file
10
parsedown-extra-0.7.1/test/bootstrap.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
$dir = file_exists('../parsedown/')
|
||||
? '../parsedown/' # child
|
||||
: 'vendor/erusev/parsedown/'; # parent
|
||||
|
||||
include $dir . 'Parsedown.php';
|
||||
include $dir . 'test/ParsedownTest.php';
|
||||
|
||||
include 'ParsedownExtra.php';
|
||||
Reference in New Issue
Block a user