]> git.mxchange.org Git - friendica.git/blobdiff - tests/Util/VFSTrait.php
Merge pull request #6638 from Ixiter/develop-markdown-anchors
[friendica.git] / tests / Util / VFSTrait.php
index 50999b984d1f3ddae4dbd2e9552661c3fc5d2024..320d989cce04c093accffdec897814fc54c72528 100644 (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);
                }
        }
 }