Adding ConfigCacheLoaderTest

This commit is contained in:
Philipp Holzer 2019-02-10 13:09:38 +01:00
parent 2a42f8dded
commit 199ceeadbf
No known key found for this signature in database
GPG key ID: 517BE60E2CE5C8A5
6 changed files with 241 additions and 9 deletions

View file

@ -60,7 +60,7 @@ trait VFSTrait
protected function delConfigFile($filename)
{
if ($this->root->hasChild('config/' . $filename)) {
$this->root->removeChild('config/' . $filename);
$this->root->getChild('config')->removeChild($filename);
}
}
}