icingaweb2-module-director/test/phpunit-compat.php
2017-02-08 16:42:00 +01:00

11 lines
133 B
PHP

<?php
use PHPUnit\Framework\TestCase;
/**
* @codingStandardsIgnoreStart
*/
class PHPUnit_Framework_TestCase extends TestCase
{
}