]> git.mxchange.org Git - friendica.git/blobdiff - tests/datasets/api.fixture.php
Merge pull request #13372 from MrPetovan/bug/13365-repost-post-rules
[friendica.git] / tests / datasets / api.fixture.php
index a8119106ee2bffcf5c1eddae6a6013a943f920d8..f5b16f9c6e610231b23d149224591cb3a93b5e09 100644 (file)
@@ -35,34 +35,16 @@ return [
        'workerqueue',
        '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',
-               ],
+       'gserver' => [
                [
-                       'cat' => 'system',
-                       'k'   => 'worker_dont_fork',
-                       'v'   => '1',
-               ],
-               [
-                       'cat' => 'system',
-                       'k'   => 'curl_timeout',
-                       'v'   => '1',
-               ],
-               [
-                       'cat' => 'system',
-                       'k'   => 'xrd_timeout',
-                       'v'   => '1',
+                       'url' => 'https://friendica.local',
+                       'nurl' => 'http://friendica.local',
+                       'register_policy' => 0,
+                       'registered-users' => 0,
+                       'network' => 'unkn',
                ],
        ],
+       // Base test config to avoid notice messages
        'user' => [
                [
                        'uid'      => 42,