]> git.mxchange.org Git - friendica.git/blobdiff - tests/bootstrap.php
Move meaningful message inside Exception thrown in Cache tests
[friendica.git] / tests / bootstrap.php
index e566b58042f5c0b445e4aee60b079e4f9993ea5d..6c04450b6a5175898c48adb0abc25caa79f2d547 100644 (file)
@@ -13,7 +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', 'url', 'http://localhost');
+\Friendica\Core\Config::set('system', 'worker_dont_fork', true);
 
 // Backward compatibility
 if (!class_exists(TestCase::class)) {