icingaweb2-module-director/test/phpunit-compat.php

11 lines
133 B
PHP

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