bootstrap.php 220 B

123456789
  1. <?php
  2. declare(strict_types=1);
  3. require_once __DIR__.'/../vendor/autoload.php';
  4. if ( ! class_exists('PHPUnit_Framework_TestCase')) {
  5. class_alias(\PHPUnit\Framework\TestCase::class, 'PHPUnit_Framework_TestCase');
  6. }