mirror of
https://github.com/halaxa/json-machine.git
synced 2025-02-22 07:02:30 +01:00
8 lines
193 B
PHP
8 lines
193 B
PHP
<?php
|
|
|
|
require_once __DIR__.'/../vendor/autoload.php';
|
|
|
|
if (! class_exists('PHPUnit_Framework_TestCase')) {
|
|
class_alias(\PHPUnit\Framework\TestCase::class, 'PHPUnit_Framework_TestCase');
|
|
}
|