mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-05-11 10:10:11 +02: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
|
|
{
|
|
}
|