]> git.mxchange.org Git - friendica.git/blobdiff - tests/datasets/api.fixture.php
Merge pull request #10794 from annando/q-removed
[friendica.git] / tests / datasets / api.fixture.php
index 3a1ad6d6b383acc62c76716393b2d5bf9d6a8f3c..2c6512f8c62b6b5c638fdf1a7c66326370463765 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -50,6 +50,16 @@ return [
                        'k'   => 'worker_dont_fork',
                        'v'   => '1',
                ],
+               [
+                       'cat' => 'system',
+                       'k'   => 'curl_timeout',
+                       'v'   => '1',
+               ],
+               [
+                       'cat' => 'system',
+                       'k'   => 'xrd_timeout',
+                       'v'   => '1',
+               ],
        ],
        'user'    => [
                [
@@ -61,10 +71,64 @@ return [
                        'theme'    => 'frio',
                ],
        ],
+       'item-uri'    => [
+               [
+                       'id'   => 1,
+                       'uri'  => '1',
+                       'guid' => '1',
+               ],
+               [
+                       'id'   => 2,
+                       'uri'  => '2',
+                       'guid' => '2',
+               ],
+               [
+                       'id'   => 3,
+                       'uri'  => '3',
+                       'guid' => '3',
+               ],
+               [
+                       'id'   => 4,
+                       'uri'  => '4',
+                       'guid' => '4',
+               ],
+               [
+                       'id'   => 5,
+                       'uri'  => '5',
+                       'guid' => '5',
+               ],
+               [
+                       'id'   => 6,
+                       'uri'  => '6',
+                       'guid' => '6',
+               ],
+
+               [
+                       'id'   => 42,
+                       'uri'  => 'http://localhost/profile/selfcontact',
+                       'guid' => '42',
+               ],
+               [
+                       'id'   => 43,
+                       'uri'  => 'http://localhost/profile/othercontact',
+                       'guid' => '43',
+               ],
+               [
+                       'id'   => 44,
+                       'uri'  => 'http://localhost/profile/friendcontact',
+                       'guid' => '44',
+               ],
+               [
+                       'id'   => 46,
+                       'uri'  => 'http://localhost/profile/mutualcontact',
+                       'guid' => '46',
+               ],
+       ],
        'contact' => [
                [
                        'id'      => 42,
                        'uid'     => 42,
+                       'uri-id'  => 42,
                        'name'    => 'Self contact',
                        'nick'    => 'selfcontact',
                        'self'    => 1,
@@ -82,6 +146,7 @@ return [
                [
                        'id'      => 43,
                        'uid'     => 0,
+                       'uri-id'  => 43,
                        'name'    => 'othercontact',
                        'nick'    => 'othercontact',
                        'self'    => 0,
@@ -96,6 +161,7 @@ return [
                [
                        'id'      => 44,
                        'uid'     => 42,
+                       'uri-id'  => 44,
                        'name'    => 'Friend contact',
                        'nick'    => 'friendcontact',
                        'self'    => 0,
@@ -110,6 +176,7 @@ return [
                [
                        'id'      => 45,
                        'uid'     => 0,
+                       'uri-id'  => 44,
                        'name'    => 'Friend contact',
                        'nick'    => 'friendcontact',
                        'self'    => 0,
@@ -124,6 +191,7 @@ return [
                [
                        'id'      => 46,
                        'uid'     => 42,
+                       'uri-id'  => 46,
                        'name'    => 'Mutual contact',
                        'nick'    => 'mutualcontact',
                        'self'    => 0,
@@ -138,6 +206,7 @@ return [
                [
                        'id'      => 47,
                        'uid'     => 0,
+                       'uri-id'  => 46,
                        'name'    => 'Mutual contact',
                        'nick'    => 'mutualcontact',
                        'self'    => 0,
@@ -150,38 +219,6 @@ return [
                        'location' => 'DFRN',
                ],
        ],
-       'item-uri'    => [
-               [
-                       'id'   => 1,
-                       'uri'  => '1',
-                       'guid' => '1',
-               ],
-               [
-                       'id'   => 2,
-                       'uri'  => '2',
-                       'guid' => '2',
-               ],
-               [
-                       'id'   => 3,
-                       'uri'  => '3',
-                       'guid' => '3',
-               ],
-               [
-                       'id'   => 4,
-                       'uri'  => '4',
-                       'guid' => '4',
-               ],
-               [
-                       'id'   => 5,
-                       'uri'  => '5',
-                       'guid' => '5',
-               ],
-               [
-                       'id'   => 6,
-                       'uri'  => '6',
-                       'guid' => '6',
-               ],
-       ],
        'verb'    => [
                [
                        'id'   => 0,
@@ -265,6 +302,7 @@ return [
                        'vid'           => 8,
                        'private'       => Item::PUBLIC,
                        'visible'       => 1,
+                       'deleted'       => 0,
                ],
                [
                        'uri-id'        => 2,
@@ -278,6 +316,7 @@ return [
                        'vid'           => 8,
                        'private'       => Item::PUBLIC,
                        'visible'       => 1,
+                       'deleted'       => 0,
                ],
                [
                        'uri-id'        => 3,
@@ -291,6 +330,7 @@ return [
                        'vid'           => 8,
                        'private'       => Item::PUBLIC,
                        'visible'       => 1,
+                       'deleted'       => 0,
                ],
                [
                        'uri-id'        => 4,
@@ -304,6 +344,7 @@ return [
                        'vid'           => 8,
                        'private'       => Item::PUBLIC,
                        'visible'       => 1,
+                       'deleted'       => 0,
                ],
                [
                        'uri-id'        => 5,
@@ -317,6 +358,7 @@ return [
                        'vid'           => 8,
                        'private'       => Item::PUBLIC,
                        'visible'       => 1,
+                       'deleted'       => 0,
                ],
                [
                        'uri-id'        => 6,
@@ -330,26 +372,28 @@ return [
                        'vid'           => 8,
                        'private'       => Item::PUBLIC,
                        'visible'       => 1,
+                       'deleted'       => 0,
                ],
        ],
        'post-user' => [
                [
                        'id'            => 1,
                        'uri-id'        => 1,
-                       'uid'           => 42,
+                       'visible'       => 1,
                        'contact-id'    => 42,
+                       'author-id'     => 42,
+                       'owner-id'      => 42,
+                       'causer-id'     => 42,
+                       'uid'           => 42,
+                       'vid'           => 8,
                        'unseen'        => 1,
-                       'origin'        => 1,
                        'parent-uri-id' => 1,
                        'thr-parent-id' => 1,
+                       'private'       => Item::PUBLIC,
                        'gravity'       => GRAVITY_PARENT,
                        'network'       => Protocol::DFRN,
-                       'owner-id'      => 42,
-                       'author-id'     => 42,
-                       'causer-id'     => 42,
-                       'vid'           => 8,
-                       'private'       => Item::PUBLIC,
-                       'visible'       => 1,
+                       'wall'          => 1,
+                       'origin'        => 1,
                ],
                [
                        'id'            => 2,
@@ -368,6 +412,8 @@ return [
                        'vid'           => 8,
                        'private'       => Item::PUBLIC,
                        'visible'       => 1,
+                       'deleted'       => 0,
+                       'wall'          => 1,
                ],
                [
                        'id'            => 3,
@@ -386,6 +432,8 @@ return [
                        'vid'           => 8,
                        'private'       => Item::PUBLIC,
                        'visible'       => 1,
+                       'deleted'       => 0,
+                       'wall'          => 1,
                ],
                [
                        'id'            => 4,
@@ -404,6 +452,8 @@ return [
                        'vid'           => 8,
                        'private'       => Item::PUBLIC,
                        'visible'       => 1,
+                       'deleted'       => 0,
+                       'wall'          => 1,
                ],
                [
                        'id'            => 5,
@@ -422,6 +472,8 @@ return [
                        'vid'           => 8,
                        'private'       => Item::PUBLIC,
                        'visible'       => 1,
+                       'deleted'       => 0,
+                       'wall'          => 1,
                ],
                [
                        'id'            => 6,
@@ -440,6 +492,8 @@ return [
                        'vid'           => 8,
                        'private'       => Item::PUBLIC,
                        'visible'       => 1,
+                       'deleted'       => 0,
+                       'wall'          => 1,
                ],
                [
                        'id'            => 7,
@@ -458,6 +512,8 @@ return [
                        'vid'           => 8,
                        'private'       => Item::PUBLIC,
                        'visible'       => 1,
+                       'deleted'       => 0,
+                       'wall'          => 0,
                ],
                [
                        'id'            => 8,
@@ -476,6 +532,8 @@ return [
                        'vid'           => 8,
                        'private'       => Item::PUBLIC,
                        'visible'       => 1,
+                       'deleted'       => 0,
+                       'wall'          => 0,
                ],
                [
                        'id'            => 9,
@@ -494,6 +552,8 @@ return [
                        'vid'           => 8,
                        'private'       => Item::PUBLIC,
                        'visible'       => 1,
+                       'deleted'       => 0,
+                       'wall'          => 0,
                ],
                [
                        'id'            => 10,
@@ -512,6 +572,8 @@ return [
                        'vid'           => 8,
                        'private'       => Item::PUBLIC,
                        'visible'       => 1,
+                       'deleted'       => 0,
+                       'wall'          => 0,
                ],
                [
                        'id'            => 11,
@@ -530,24 +592,28 @@ return [
                        'vid'           => 8,
                        'private'       => Item::PUBLIC,
                        'visible'       => 1,
+                       'deleted'       => 0,
+                       'wall'          => 0,
                ],
                [
                        'id'            => 12,
                        'uri-id'        => 6,
-                       'uid'           => 0,
+                       'visible'       => 1,
                        'contact-id'    => 44,
+                       'author-id'     => 44,
+                       'owner-id'      => 42,
+                       'causer-id'     => 44,
+                       'uid'           => 0,
+                       'vid'           => 8,
                        'unseen'        => 0,
-                       'origin'        => 0,
                        'parent-uri-id' => 6,
                        'thr-parent-id' => 6,
+                       'private'       => Item::PUBLIC,
                        'gravity'       => GRAVITY_PARENT,
                        'network'       => Protocol::DFRN,
-                       'owner-id'      => 42,
-                       'author-id'     => 44,
-                       'causer-id'     => 44,
-                       'vid'           => 8,
-                       'private'       => Item::PUBLIC,
-                       'visible'       => 1,
+                       'origin'        => 0,
+                       'deleted'       => 0,
+                       'wall'          => 0,
                ],
        ],
        'post-thread'  => [
@@ -582,7 +648,10 @@ return [
                        'author-id'  => 42,
                        'owner-id'   => 42,
                        'causer-id'  => 42,
+                       'contact-id' => 42,
                        'network'    => Protocol::DFRN,
+                       'starred'    => 1,
+                       'origin'     => 1,
                ],
                [
                        'uri-id'     => 3,
@@ -592,7 +661,10 @@ return [
                        'author-id'  => 43,
                        'owner-id'   => 43,
                        'causer-id'  => 43,
+                       'contact-id' => 43,
                        'network'    => Protocol::DFRN,
+                       'starred'    => 0,
+                       'origin'     => 1,
                ],
                [
                        'uri-id'     => 6,
@@ -602,7 +674,10 @@ return [
                        'author-id'  => 44,
                        'owner-id'   => 44,
                        'causer-id'  => 44,
+                       'contact-id' => 44,
                        'network'    => Protocol::DFRN,
+                       'starred'    => 0,
+                       'origin'     => 1,
                ],
                [
                        'uri-id'     => 1,
@@ -612,7 +687,10 @@ return [
                        'author-id'  => 42,
                        'owner-id'   => 42,
                        'causer-id'  => 42,
+                       'contact-id' => 42,
                        'network'    => Protocol::DFRN,
+                       'starred'    => 0,
+                       'origin'     => 0,
                ],
                [
                        'uri-id'     => 3,
@@ -622,7 +700,10 @@ return [
                        'author-id'  => 43,
                        'owner-id'   => 43,
                        'causer-id'  => 43,
+                       'contact-id' => 43,
                        'network'    => Protocol::DFRN,
+                       'starred'    => 0,
+                       'origin'     => 0,
                ],
                [
                        'uri-id'     => 6,
@@ -632,7 +713,10 @@ return [
                        'author-id'  => 44,
                        'owner-id'   => 44,
                        'causer-id'  => 44,
+                       'contact-id' => 44,
                        'network'    => Protocol::DFRN,
+                       'starred'    => 0,
+                       'origin'     => 0,
                ],
        ],
        'notify' => [
@@ -681,4 +765,4 @@ return [
                        'uid'  => 42,
                ],
        ],
-];
\ No newline at end of file
+];