Files
liche/common/vendor/gregwar/image/Gregwar/Image/tests/bootstrap.php
T
2022-08-29 08:47:22 +08:00

10 lines
260 B
PHP
Executable File

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