X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=tests%2Fbootstrap.php;h=4bc3e932f0118529faae6ca0d3560985603d2ccf;hb=5881fa7229a25efd382668e6cd4a3af0f8d3198c;hp=e566b58042f5c0b445e4aee60b079e4f9993ea5d;hpb=66ac16e101f18057a099e2f746661cfa45392a24;p=friendica.git diff --git a/tests/bootstrap.php b/tests/bootstrap.php index e566b58042..4bc3e932f0 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -13,7 +13,9 @@ require_once __DIR__.'/../include/api.php'; new App(dirname(__DIR__)); -\Friendica\Core\Config::set('system', 'url', 'http://localhost/'); +\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 if (!class_exists(TestCase::class)) {