adapt tests

This commit is contained in:
Philipp
2023-01-01 21:10:41 +01:00
parent d272e8c3c7
commit 326566638f
16 changed files with 254 additions and 712 deletions
+13
View File
@@ -0,0 +1,13 @@
<?php
return [
'config' => [
'hostname' => 'localhost',
],
'system' => [
'url' => 'http://localhost',
"worker_dont_fork" => 1,
"curl_timeout"=> 1,
"xrd_timeout"=> 1,
],
];