2014-04-26 01:05:49 +03:00
|
|
|
<?php
|
|
|
|
|
2017-03-23 20:21:05 +02:00
|
|
|
include 'Parsedown.php';
|
|
|
|
|
|
|
|
if ( ! class_exists('\PHPUnit\Framework\TestCase') && class_exists('\PHPUnit_Framework_TestCase')) {
|
|
|
|
class_alias('\PHPUnit_Framework_TestCase', '\PHPUnit\Framework\TestCase');
|
|
|
|
}
|