Refactor ConfigMockTrait to mocked ConfigCache

This commit is contained in:
Philipp Holzer
2019-02-07 20:44:03 +01:00
parent 38ac615ba0
commit cb791024e4
27 changed files with 244 additions and 193 deletions

View File

@@ -94,6 +94,8 @@ class ConfigCache implements IConfigCache, IPConfigCache
$this->config[$cat][$key] = $value;
}
return true;
}
/**