Skip to content

Commit

Permalink
Try adding data config in test setup
Browse files Browse the repository at this point in the history
  • Loading branch information
JasperTey committed Nov 18, 2024
1 parent a60389a commit 69eebea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ protected function defineEnvironment($app)
foreach ($this->appConfig as $key => $value) {
$config->set($key, $value);
}

$config->set('data.structure_caching.enabled', false);
});
}

Expand Down

0 comments on commit 69eebea

Please sign in to comment.