| Current Path : /home/rtorresani/www/vendor/rector/rector/stubs-rector/PHPUnit/Framework/ |
| Current File : //home/rtorresani/www/vendor/rector/rector/stubs-rector/PHPUnit/Framework/TestCase.php |
<?php
declare(strict_types=1);
namespace PHPUnit\Framework;
if (! class_exists('PHPUnit\Framework\TestCase')) {
abstract class TestCase
{
}
}