diff --git a/tests/TestCase.php b/tests/TestCase.php index ccc03d3..5f1b230 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -13,7 +13,7 @@ abstract class TestCase extends AddonTestCase { protected string $addonServiceProvider = ServiceProvider::class; - public function setUp(): void + protected function setUp(): void { parent::setUp();