From 46b785f29fb581aa92ed732938a751ea3ee0d45a Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Mon, 20 Feb 2023 22:54:24 +0000 Subject: [PATCH] Update TestCase.php --- stubs/init/TestCase.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 { + // }