rector/stubs/PHPUnit/PHPUnit_Framework_TestCase.php
2019-10-13 08:09:08 +02:00

13 lines
145 B
PHP

<?php
declare(strict_types=1);
if (class_exists('PHPUnit_Framework_TestCase')) {
return;
}
abstract class PHPUnit_Framework_TestCase
{
}