mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
8 lines
168 B
PHP
8 lines
168 B
PHP
<?php
|
|
|
|
include 'Parsedown.php';
|
|
|
|
if ( ! class_exists('\PHPUnit_Framework_TestCase')) {
|
|
class_alias('\PHPUnit\Framework\TestCase', '\PHPUnit_Framework_TestCase');
|
|
}
|