rector/stubs-rector/PHPUnit/Framework/TestCase.php
2021-05-12 15:31:11 +02:00

14 lines
156 B
PHP

<?php
declare(strict_types=1);
namespace PHPUnit\Framework;
if (class_exists('PHPUnit\Framework\TestCase')) {
return;
}
abstract class TestCase
{
}