diff --git a/tests/TestCase.php b/tests/TestCase.php index f9ada5f..d1ae6a2 100755 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -20,7 +20,7 @@ abstract class TestCase extends BaseTest protected static string $startedTestSuite = ''; protected static bool $isWrappedIntoTransaction = true; - public function setUp(): void + protected function setUp(): void { parent::setUp();