ParsedownCheckbox/test/bootstrap.php
2017-05-10 05:05:26 +02:00

9 lines
198 B
PHP

<?php
require_once dirname(__DIR__).'/vendor/autoload.php';
if ( ! class_exists('\PHPUnit_Framework_TestCase')) {
class_alias('\PHPUnit\Framework\TestCase', '\PHPUnit_Framework_TestCase');
}