Skip to content

Commit

Permalink
Try disabling laravel-data caching
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspertey committed Nov 18, 2024
1 parent 6345fcc commit 62eee63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Command/OptimizeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 () {
Expand Down

0 comments on commit 62eee63

Please sign in to comment.