Skip to content

Commit

Permalink
dev
Browse files Browse the repository at this point in the history
  • Loading branch information
accgit authored and scrs_zdenek committed Sep 8, 2023
1 parent 59d8dca commit 50e9f66
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
$boot = require __DIR__ . '/../bootstrap.php';


$configCache = fn(): ConfigCache => new ConfigCache($boot::CACHING, TempDir);
$configCache = fn(): ConfigCache => new ConfigCache($boot::Caching, TempDir);


test('Find the configuration file from one place', function () use ($boot, $configCache) {
Expand Down

0 comments on commit 50e9f66

Please sign in to comment.