]> git.mxchange.org Git - friendica.git/commitdiff
Restore system.url declaration in tests
authorHypolite Petovan <mrpetovan@gmail.com>
Sat, 7 Jul 2018 22:03:59 +0000 (18:03 -0400)
committerHypolite Petovan <mrpetovan@gmail.com>
Mon, 16 Jul 2018 23:38:16 +0000 (19:38 -0400)
tests/bootstrap.php

index 6a4f778024149df6bb506bf0e77599880076b678..6c04450b6a5175898c48adb0abc25caa79f2d547 100644 (file)
@@ -13,6 +13,7 @@ require_once __DIR__.'/../include/api.php';
 
 new App(dirname(__DIR__));
 
+\Friendica\Core\Config::set('system', 'url', 'http://localhost');
 \Friendica\Core\Config::set('system', 'worker_dont_fork', true);
 
 // Backward compatibility