www/parsedown-extra-0.7.1/test/bootstrap.php

10 lines
220 B
PHP
Raw Normal View History

2019-07-06 23:20:09 +00:00
<?php
$dir = file_exists('../parsedown/')
? '../parsedown/' # child
: 'vendor/erusev/parsedown/'; # parent
include $dir . 'Parsedown.php';
include $dir . 'test/ParsedownTest.php';
include 'ParsedownExtra.php';