mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-12 08:24:25 +02:00
11 lines
133 B
PHP
11 lines
133 B
PHP
<?php
|
|
|
|
use PHPUnit\Framework\TestCase;
|
|
|
|
/**
|
|
* @codingStandardsIgnoreStart
|
|
*/
|
|
class PHPUnit_Framework_TestCase extends TestCase
|
|
{
|
|
}
|