bootstrap.php 255 B

123456
  1. <?php
  2. // see https://stackoverflow.com/questions/33299149/phpstorm-8-and-phpunit-problems-with-runinseparateprocess/37174348#37174348
  3. if (!defined('PHPUNIT_COMPOSER_INSTALL')) {
  4. define('PHPUNIT_COMPOSER_INSTALL', __DIR__ . '/vendor/autoload.php');
  5. }