mirror of
https://github.com/halaxa/json-machine.git
synced 2025-01-17 21:18:23 +01:00
9 lines
197 B
PHP
9 lines
197 B
PHP
<?php
|
|
|
|
require_once __DIR__ . '/../vendor/autoload.php';
|
|
|
|
if ( ! class_exists('PHPUnit_Framework_TestCase')) {
|
|
class_alias(\PHPUnit\Framework\TestCase::class, 'PHPUnit_Framework_TestCase');
|
|
}
|
|
|