mirror of
https://github.com/Icinga/icingaweb2-module-businessprocess.git
synced 2026-02-03 00:39:27 -05:00
7 lines
110 B
PHP
7 lines
110 B
PHP
<?php
|
|
|
|
use PHPUnit\Framework\TestCase;
|
|
|
|
class PHPUnit_Framework_TestCase extends TestCase // phpcs:ignore
|
|
{
|
|
}
|