bootstrap.php 236 B

1234567
  1. <?php
  2. (include_once __DIR__ . '/../vendor/autoload.php') OR die(PHP_EOL . 'ERROR: composer autoloader not found, run "composer install" or see README for instructions' . PHP_EOL);
  3. class TestCase extends PHPUnit_Framework_TestCase
  4. {
  5. }