MarkdownParser/test/bootstrap.php

8 lines
168 B
PHP
Raw Normal View History

<?php
include 'Parsedown.php';
2017-03-29 18:30:24 +02:00
if ( ! class_exists('\PHPUnit_Framework_TestCase')) {
class_alias('\PHPUnit\Framework\TestCase', '\PHPUnit_Framework_TestCase');
}