mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
Adding ConfigCacheLoaderTest
This commit is contained in:
parent
2a42f8dded
commit
199ceeadbf
6 changed files with 241 additions and 9 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue