diff --git a/tests/TestCase.php b/tests/TestCase.php index dc3719e..cb6b1c3 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -15,6 +15,8 @@ class TestCase extends OrchestraTestCase protected function setUp(): void { parent::setUp(); + + $this->preventSavingStacheItemsToDisk(); } public function tearDown(): void