blob: 0b2ea18b620c3b01d8676cf626d52420bf1789a0 (
plain)
1
2
3
4
5
6
7
|
<?php
(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);
class TestCase extends PHPUnit_Framework_TestCase
{
}
|