/home/smartonegroup/www/system/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
    {
    }
}