mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-02-17 17:48:24 -05:00
15 lines
274 B
PHP
15 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
|
|
{
|
|
}
|