diff --git a/stubs/init/TestCase.php b/stubs/init/TestCase.php index 62e5bd9b..cfb05b6d 100644 --- a/stubs/init/TestCase.php +++ b/stubs/init/TestCase.php @@ -2,6 +2,9 @@ namespace Tests; -class TestCase extends \PHPUnit\Framework\TestCase +use PHPUnit\Framework\TestCase as BaseTestCase; + +abstract class TestCase extends BaseTestCase { + // }