]> git.mxchange.org Git - friendica.git/commit
Assure that deleted cat/keys are working as expected
authorPhilipp <admin@philipp.info>
Wed, 11 Jan 2023 20:53:34 +0000 (21:53 +0100)
committerPhilipp <admin@philipp.info>
Wed, 11 Jan 2023 20:53:34 +0000 (21:53 +0100)
commit11a8bd17e3e6a66d1df6ffee22355c9f95398b2b
treeed943ca8bf02454c6e110759fe5bd93273bf2f4c
parentfd882abd8003c39787b640b8f2accc887431400c
Assure that deleted cat/keys are working as expected
- A deleted cache-key would delete a merged cache-key as well
- Deleting a key in the Model results in reloading the config to assure any value from underlying files
src/Core/Config/Model/Config.php
src/Core/Config/ValueObject/Cache.php
tests/src/Core/Config/Cache/CacheTest.php
tests/src/Core/Config/Cache/ConfigFileManagerTest.php
tests/src/Core/Config/ConfigTest.php