diff --git a/tests/bootstrap.php b/tests/bootstrap.php index e566b5804..6a4f77802 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -13,7 +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 if (!class_exists(TestCase::class)) {