diff --git a/tests/Command/OptimizeTest.php b/tests/Command/OptimizeTest.php index 3ac6379..862f781 100644 --- a/tests/Command/OptimizeTest.php +++ b/tests/Command/OptimizeTest.php @@ -90,6 +90,7 @@ describe('laravel optimize', function () { beforeEach(function () { $this->artisan('optimize:clear')->assertSuccessful()->execute(); + config()->set('data.structure_caching.enabled', false); }); afterEach(function () {