]> git.mxchange.org Git - friendica.git/commit
Fix tests & Router is now using Dependency Injection instead of DI Registry
authornupplaPhil <admin@philipp.info>
Sun, 19 Jan 2020 21:38:33 +0000 (22:38 +0100)
committernupplaPhil <admin@philipp.info>
Sun, 19 Jan 2020 21:38:33 +0000 (22:38 +0100)
commitf9d0e57f913d55dedfb8c5175ae12dfe0b88d557
tree87f4a640d61c5bacf70fbe712354c0ee46051adf
parentd5a473abdaa019b6b3747ef6ee15c6202cec839b
Fix tests & Router is now using Dependency Injection instead of DI Registry
20 files changed:
src/App/Router.php
tests/src/App/ModuleTest.php
tests/src/App/RouterTest.php
tests/src/Core/Config/Cache/ConfigCacheTest.php [deleted file]
tests/src/Core/Config/Cache/PConfigCacheTest.php [deleted file]
tests/src/Core/Config/CacheTest.php [new file with mode: 0644]
tests/src/Core/Config/ConfigTest.php [new file with mode: 0644]
tests/src/Core/Config/ConfigurationTest.php [deleted file]
tests/src/Core/Config/JitConfigTest.php [new file with mode: 0644]
tests/src/Core/Config/JitConfigurationTest.php [deleted file]
tests/src/Core/Config/JitPConfigurationTest.php [deleted file]
tests/src/Core/Config/PConfigurationTest.php [deleted file]
tests/src/Core/Config/PreloadConfigTest.php [new file with mode: 0644]
tests/src/Core/Config/PreloadConfigurationTest.php [deleted file]
tests/src/Core/Config/PreloadPConfigurationTest.php [deleted file]
tests/src/Core/Lock/SemaphoreLockTest.php
tests/src/Core/PConfig/CacheTest.php [new file with mode: 0644]
tests/src/Core/PConfig/JitPConfigTest.php [new file with mode: 0644]
tests/src/Core/PConfig/PConfigTest.php [new file with mode: 0644]
tests/src/Core/PConfig/PreloadPConfigTest.php [new file with mode: 0644]