bootstrap.php 215 B

12345678
  1. <?php
  2. include 'Parsedown.php';
  3. if ( ! class_exists('\PHPUnit\Framework\TestCase') && class_exists('\PHPUnit_Framework_TestCase')) {
  4. class_alias('\PHPUnit_Framework_TestCase', '\PHPUnit\Framework\TestCase');
  5. }