diff --git a/src/Drago/Bootstrap/ExtraConfigurator.phpt b/src/Drago/Bootstrap/ExtraConfigurator.php similarity index 100% rename from src/Drago/Bootstrap/ExtraConfigurator.phpt rename to src/Drago/Bootstrap/ExtraConfigurator.php diff --git a/tests/Bootstrap/ExtraConfigurator.php b/tests/Bootstrap/ExtraConfigurator.phpt similarity index 94% rename from tests/Bootstrap/ExtraConfigurator.php rename to tests/Bootstrap/ExtraConfigurator.phpt index 7b982ff..6780868 100644 --- a/tests/Bootstrap/ExtraConfigurator.php +++ b/tests/Bootstrap/ExtraConfigurator.phpt @@ -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) {