From: Hypolite Petovan Date: Sat, 7 Jul 2018 22:03:59 +0000 (-0400) Subject: Restore system.url declaration in tests X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=47992d06cee2542b2c7cf00ad775bb91cb78b6cb;p=friendica.git Restore system.url declaration in tests --- diff --git a/tests/bootstrap.php b/tests/bootstrap.php index 6a4f778024..6c04450b6a 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -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