bootstrap.php 203 B

1234567
  1. <?php
  2. require_once __DIR__ . '/../vendor/autoload.php';
  3. if (!class_exists('PHPUnit\Framework\Error\Warning')) {
  4. class_alias('PHPUnit_Framework_Error_Warning', 'PHPUnit\Framework\Error\Warning');
  5. }