From 15cac1b25418c19db0d2c5c82e81bc92dfdba315 Mon Sep 17 00:00:00 2001 From: edalzell Date: Fri, 29 Apr 2022 13:49:34 -0700 Subject: [PATCH] =?UTF-8?q?make=20sure=20test=20data=20isn=E2=80=99t=20per?= =?UTF-8?q?sisted,=20and=20stored=20in=20fixtures?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/TestCase.php | 2 ++ 1 file changed, 2 insertions(+) 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