1
0
mirror of https://github.com/halaxa/json-machine.git synced 2025-01-17 21:18:23 +01:00
json-machine/test/bootstrap.php
2021-11-16 14:36:38 +01:00

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');
}