diff --git a/tests/Command/OptimizeTest.php b/tests/Command/OptimizeTest.php index fc11da0..c854c89 100644 --- a/tests/Command/OptimizeTest.php +++ b/tests/Command/OptimizeTest.php @@ -15,6 +15,7 @@ // $this->artisan('clear-compiled')->assertSuccessful()->execute(); // $this->artisan('optimize:clear')->assertSuccessful()->execute(); + config()->set('data.structure_caching.enabled', false); }); afterEach(function () {