Fix and adapt tests

This commit is contained in:
Philipp
2023-02-12 13:09:14 +01:00
parent ad284208ee
commit a153c3f594
3 changed files with 43 additions and 44 deletions

View File

@@ -60,7 +60,7 @@ class ConfigTransaction implements ISetConfigValuesTransactionally
/** {@inheritDoc} */
public function delete(string $cat, string $key): ISetConfigValuesTransactionally
{
$this->delCache->delete($cat, $key);
$this->delCache->set($cat, $key, true, Cache::SOURCE_DATA);
$this->changedConfig = true;
return $this;