1
0
mirror of https://github.com/halaxa/json-machine.git synced 2025-02-22 15:12:21 +01:00
json-machine/test/bootstrap.php

8 lines
194 B
PHP
Raw Normal View History

2015-10-06 18:02:03 +02:00
<?php
require_once __DIR__.'/../vendor/autoload.php';
2015-10-06 18:02:03 +02:00
if ( ! class_exists('PHPUnit_Framework_TestCase')) {
2021-11-16 14:36:38 +01:00
class_alias(\PHPUnit\Framework\TestCase::class, 'PHPUnit_Framework_TestCase');
}