X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=tests%2Fbootstrap.php;h=4bc3e932f0118529faae6ca0d3560985603d2ccf;hb=67d2f8594cb7bcf1935fb5b2863f8cd586e7fad9;hp=6a4f778024149df6bb506bf0e77599880076b678;hpb=fc5d8e41a4a154a6ff13e8b118d03d7d01246df1;p=friendica.git diff --git a/tests/bootstrap.php b/tests/bootstrap.php index 6a4f778024..4bc3e932f0 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -13,6 +13,8 @@ require_once __DIR__.'/../include/api.php'; new App(dirname(__DIR__)); +\Friendica\Core\Config::set('system', 'url', 'http://localhost'); +\Friendica\Core\Config::set('system', 'hostname', 'localhost'); \Friendica\Core\Config::set('system', 'worker_dont_fork', true); // Backward compatibility