Fix and adapt tests

This commit is contained in:
Philipp 2023-02-12 13:09:14 +01:00
parent ad284208ee
commit a153c3f594
No known key found for this signature in database
GPG key ID: 24A7501396EB5432
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;