From 50e9f660ee6983f6ffe4e36c78a0f101a3b7a086 Mon Sep 17 00:00:00 2001 From: accgit Date: Fri, 8 Sep 2023 09:43:57 +0200 Subject: [PATCH] dev --- .../Bootstrap/{ExtraConfigurator.phpt => ExtraConfigurator.php} | 0 .../Bootstrap/{ExtraConfigurator.php => ExtraConfigurator.phpt} | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename src/Drago/Bootstrap/{ExtraConfigurator.phpt => ExtraConfigurator.php} (100%) rename tests/Bootstrap/{ExtraConfigurator.php => ExtraConfigurator.phpt} (94%) 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) {