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