icingaweb2-module-businessp.../test/phpunit-compat.php
2017-02-08 16:36:38 +01:00

10 lines
133 B
PHP

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