mirror of
https://github.com/erusev/parsedown.git
synced 2025-02-23 00:42:26 +01:00
8 lines
215 B
PHP
8 lines
215 B
PHP
<?php
|
|
|
|
include 'Parsedown.php';
|
|
|
|
if ( ! class_exists('\PHPUnit\Framework\TestCase') && class_exists('\PHPUnit_Framework_TestCase')) {
|
|
class_alias('\PHPUnit_Framework_TestCase', '\PHPUnit\Framework\TestCase');
|
|
}
|