mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-02-18 10:07:59 -05:00
16 lines
274 B
PHP
16 lines
274 B
PHP
|
|
<?php
|
||
|
|
/**
|
||
|
|
* @codingStandardsIgnoreStart
|
||
|
|
*/
|
||
|
|
class PHPUnit_Framework_TestCase extends \PHPUnit\Framework\TestCase
|
||
|
|
{
|
||
|
|
}
|
||
|
|
|
||
|
|
interface PHPUnit_Framework_Test extends \PHPUnit\Framework\Test
|
||
|
|
{
|
||
|
|
}
|
||
|
|
|
||
|
|
interface PHPUnit_Framework_TestListener extends \PHPUnit\Framework\TestListener
|
||
|
|
{
|
||
|
|
}
|