1
0
Fork 0

adapt tests

This commit is contained in:
Philipp Holzer 2023-01-01 21:10:41 +01:00
commit 326566638f
Signed by: nupplaPhil
GPG key ID: 24A7501396EB5432
16 changed files with 254 additions and 712 deletions

View file

@ -36,33 +36,6 @@ return [
'mail',
'post-delivery-data',
// Base test config to avoid notice messages
'config' => [
[
'cat' => 'system',
'k' => 'url',
'v' => 'http://localhost',
],
[
'cat' => 'config',
'k' => 'hostname',
'v' => 'localhost',
],
[
'cat' => 'system',
'k' => 'worker_dont_fork',
'v' => '1',
],
[
'cat' => 'system',
'k' => 'curl_timeout',
'v' => '1',
],
[
'cat' => 'system',
'k' => 'xrd_timeout',
'v' => '1',
],
],
'user' => [
[
'uid' => 42,