diff --git a/tests/TestCase.php b/tests/TestCase.php index 0a33c2e8..ee4dc629 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -104,7 +104,7 @@ class TestCase extends BaseTestCase } } - public function tearDown() + protected function tearDown(): void { Storage::disk('local')->deleteDirectory('testing-datastore'); parent::tearDown();