]> git.mxchange.org Git - friendica.git/blobdiff - tests/bootstrap.php
Fixes: (#5447)
[friendica.git] / tests / bootstrap.php
index e566b58042f5c0b445e4aee60b079e4f9993ea5d..4bc3e932f0118529faae6ca0d3560985603d2ccf 100644 (file)
@@ -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)) {