mirror of
https://github.com/Icinga/icinga-php-thirdparty.git
synced 2025-07-08 14:24:31 +02:00
8 lines
236 B
PHP
8 lines
236 B
PHP
<?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
|
|
{
|
|
}
|