From 60e93a4bbdf7c3b387bbef95a0d7a61d32ad8470 Mon Sep 17 00:00:00 2001 From: Jasper Tey Date: Sun, 17 Nov 2024 20:27:02 -0500 Subject: [PATCH] reset data config --- tests/Command/OptimizeTest.php | 1 + 1 file changed, 1 insertion(+) 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 () {