]> git.mxchange.org Git - friendica.git/blobdiff - tests/Util/VFSTrait.php
Merge pull request #13651 from annando/picture-upload
[friendica.git] / tests / Util / VFSTrait.php
index 86b7c167ced278755fc9659254b19aa969a1783a..4c31a5e64e702edd95daef0ad4fa8e3f3ee32ac3 100644 (file)
@@ -65,7 +65,7 @@ trait VFSTrait
         * @param string $sourceFilePath The filename of the config file
         * @param bool   $static         True, if the folder `static` instead of `config` should be used
         */
-       protected function setConfigFile(string $sourceFilePath, bool $static = false, string $targetFileName = null)
+       public function setConfigFile(string $sourceFilePath, bool $static = false, string $targetFileName = null)
        {
                $file = dirname(__DIR__) . DIRECTORY_SEPARATOR .
                        '..' . DIRECTORY_SEPARATOR .