]> git.mxchange.org Git - friendica.git/blobdiff - tests/datasets/api.fixture.php
Merge remote-tracking branch 'upstream/2021.12-rc' into api-fixes
[friendica.git] / tests / datasets / api.fixture.php
index 7cff54dc0d5253dce35d049451fe57c4e6a4bae4..9e0174c029009cf0d29cf2b7107567ff6a1ffa2d 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
  *
@@ -26,6 +26,8 @@ use Friendica\Model\Notification;
 
 return [
        // Empty these tables
+       'profile_field',
+       'permissionset',
        'cache',
        'conversation',
        'pconfig',
@@ -71,10 +73,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,
@@ -92,6 +148,7 @@ return [
                [
                        'id'      => 43,
                        'uid'     => 0,
+                       'uri-id'  => 43,
                        'name'    => 'othercontact',
                        'nick'    => 'othercontact',
                        'self'    => 0,
@@ -106,6 +163,7 @@ return [
                [
                        'id'      => 44,
                        'uid'     => 42,
+                       'uri-id'  => 44,
                        'name'    => 'Friend contact',
                        'nick'    => 'friendcontact',
                        'self'    => 0,
@@ -120,6 +178,7 @@ return [
                [
                        'id'      => 45,
                        'uid'     => 0,
+                       'uri-id'  => 44,
                        'name'    => 'Friend contact',
                        'nick'    => 'friendcontact',
                        'self'    => 0,
@@ -134,6 +193,7 @@ return [
                [
                        'id'      => 46,
                        'uid'     => 42,
+                       'uri-id'  => 46,
                        'name'    => 'Mutual contact',
                        'nick'    => 'mutualcontact',
                        'self'    => 0,
@@ -148,6 +208,7 @@ return [
                [
                        'id'      => 47,
                        'uid'     => 0,
+                       'uri-id'  => 46,
                        'name'    => 'Mutual contact',
                        'nick'    => 'mutualcontact',
                        'self'    => 0,
@@ -160,38 +221,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,
@@ -274,7 +303,9 @@ return [
                        'causer-id'     => 42,
                        'vid'           => 8,
                        'private'       => Item::PUBLIC,
+                       'global'        => true,
                        'visible'       => 1,
+                       'deleted'       => 0,
                ],
                [
                        'uri-id'        => 2,
@@ -287,7 +318,9 @@ return [
                        'causer-id'     => 42,
                        'vid'           => 8,
                        'private'       => Item::PUBLIC,
+                       'global'        => true,
                        'visible'       => 1,
+                       'deleted'       => 0,
                ],
                [
                        'uri-id'        => 3,
@@ -300,7 +333,9 @@ return [
                        'causer-id'     => 43,
                        'vid'           => 8,
                        'private'       => Item::PUBLIC,
+                       'global'        => true,
                        'visible'       => 1,
+                       'deleted'       => 0,
                ],
                [
                        'uri-id'        => 4,
@@ -313,7 +348,9 @@ return [
                        'causer-id'     => 44,
                        'vid'           => 8,
                        'private'       => Item::PUBLIC,
+                       'global'        => true,
                        'visible'       => 1,
+                       'deleted'       => 0,
                ],
                [
                        'uri-id'        => 5,
@@ -326,7 +363,9 @@ return [
                        'causer-id'     => 42,
                        'vid'           => 8,
                        'private'       => Item::PUBLIC,
+                       'global'        => true,
                        'visible'       => 1,
+                       'deleted'       => 0,
                ],
                [
                        'uri-id'        => 6,
@@ -339,32 +378,34 @@ return [
                        'causer-id'     => 44,
                        'vid'           => 8,
                        'private'       => Item::PUBLIC,
+                       'global'        => true,
                        'visible'       => 1,
+                       'deleted'       => 0,
                ],
        ],
        'post-user' => [
                [
                        'id'            => 1,
-                       'parent'        => 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,
+                       'global'        => true,
                        '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,
-                       'parent'        => 1,
                        'uri-id'        => 2,
                        'uid'           => 42,
                        'contact-id'    => 42,
@@ -379,11 +420,13 @@ return [
                        'causer-id'     => 42,
                        'vid'           => 8,
                        'private'       => Item::PUBLIC,
+                       'global'        => true,
                        'visible'       => 1,
+                       'deleted'       => 0,
+                       'wall'          => 1,
                ],
                [
                        'id'            => 3,
-                       'parent'        => 3,
                        'uri-id'        => 3,
                        'uid'           => 42,
                        'contact-id'    => 43,
@@ -398,11 +441,13 @@ return [
                        'causer-id'     => 43,
                        'vid'           => 8,
                        'private'       => Item::PUBLIC,
+                       'global'        => true,
                        'visible'       => 1,
+                       'deleted'       => 0,
+                       'wall'          => 1,
                ],
                [
                        'id'            => 4,
-                       'parent'        => 1,
                        'uri-id'        => 4,
                        'uid'           => 42,
                        'contact-id'    => 44,
@@ -417,11 +462,13 @@ return [
                        'causer-id'     => 44,
                        'vid'           => 8,
                        'private'       => Item::PUBLIC,
+                       'global'        => true,
                        'visible'       => 1,
+                       'deleted'       => 0,
+                       'wall'          => 1,
                ],
                [
                        'id'            => 5,
-                       'parent'        => 1,
                        'uri-id'        => 5,
                        'uid'           => 42,
                        'contact-id'    => 42,
@@ -436,11 +483,13 @@ return [
                        'causer-id'     => 42,
                        'vid'           => 8,
                        'private'       => Item::PUBLIC,
+                       'global'        => true,
                        'visible'       => 1,
+                       'deleted'       => 0,
+                       'wall'          => 1,
                ],
                [
                        'id'            => 6,
-                       'parent'        => 6,
                        'uri-id'        => 6,
                        'uid'           => 42,
                        'contact-id'    => 44,
@@ -455,11 +504,13 @@ return [
                        'causer-id'     => 44,
                        'vid'           => 8,
                        'private'       => Item::PUBLIC,
+                       'global'        => true,
                        'visible'       => 1,
+                       'deleted'       => 0,
+                       'wall'          => 1,
                ],
                [
                        'id'            => 7,
-                       'parent'        => 7,
                        'uri-id'        => 1,
                        'uid'           => 0,
                        'contact-id'    => 42,
@@ -474,11 +525,13 @@ return [
                        'causer-id'     => 42,
                        'vid'           => 8,
                        'private'       => Item::PUBLIC,
+                       'global'        => true,
                        'visible'       => 1,
+                       'deleted'       => 0,
+                       'wall'          => 0,
                ],
                [
                        'id'            => 8,
-                       'parent'        => 7,
                        'uri-id'        => 2,
                        'uid'           => 0,
                        'contact-id'    => 42,
@@ -493,11 +546,13 @@ return [
                        'causer-id'     => 42,
                        'vid'           => 8,
                        'private'       => Item::PUBLIC,
+                       'global'        => true,
                        'visible'       => 1,
+                       'deleted'       => 0,
+                       'wall'          => 0,
                ],
                [
                        'id'            => 9,
-                       'parent'        => 9,
                        'uri-id'        => 3,
                        'uid'           => 0,
                        'contact-id'    => 43,
@@ -512,11 +567,13 @@ return [
                        'causer-id'     => 43,
                        'vid'           => 8,
                        'private'       => Item::PUBLIC,
+                       'global'        => true,
                        'visible'       => 1,
+                       'deleted'       => 0,
+                       'wall'          => 0,
                ],
                [
                        'id'            => 10,
-                       'parent'        => 7,
                        'uri-id'        => 4,
                        'uid'           => 0,
                        'contact-id'    => 44,
@@ -531,11 +588,13 @@ return [
                        'causer-id'     => 44,
                        'vid'           => 8,
                        'private'       => Item::PUBLIC,
+                       'global'        => true,
                        'visible'       => 1,
+                       'deleted'       => 0,
+                       'wall'          => 0,
                ],
                [
                        'id'            => 11,
-                       'parent'        => 7,
                        'uri-id'        => 5,
                        'uid'           => 0,
                        'contact-id'    => 42,
@@ -550,26 +609,31 @@ return [
                        'causer-id'     => 42,
                        'vid'           => 8,
                        'private'       => Item::PUBLIC,
+                       'global'        => true,
                        'visible'       => 1,
+                       'deleted'       => 0,
+                       'wall'          => 0,
                ],
                [
                        'id'            => 12,
-                       'parent'        => 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,
+                       'global'        => true,
                        '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'  => [
@@ -606,6 +670,8 @@ return [
                        'causer-id'  => 42,
                        'contact-id' => 42,
                        'network'    => Protocol::DFRN,
+                       'starred'    => 1,
+                       'origin'     => 1,
                ],
                [
                        'uri-id'     => 3,
@@ -617,6 +683,8 @@ return [
                        'causer-id'  => 43,
                        'contact-id' => 43,
                        'network'    => Protocol::DFRN,
+                       'starred'    => 0,
+                       'origin'     => 1,
                ],
                [
                        'uri-id'     => 6,
@@ -628,6 +696,8 @@ return [
                        'causer-id'  => 44,
                        'contact-id' => 44,
                        'network'    => Protocol::DFRN,
+                       'starred'    => 0,
+                       'origin'     => 1,
                ],
                [
                        'uri-id'     => 1,
@@ -639,6 +709,8 @@ return [
                        'causer-id'  => 42,
                        'contact-id' => 42,
                        'network'    => Protocol::DFRN,
+                       'starred'    => 0,
+                       'origin'     => 0,
                ],
                [
                        'uri-id'     => 3,
@@ -650,6 +722,8 @@ return [
                        'causer-id'  => 43,
                        'contact-id' => 43,
                        'network'    => Protocol::DFRN,
+                       'starred'    => 0,
+                       'origin'     => 0,
                ],
                [
                        'uri-id'     => 6,
@@ -661,6 +735,8 @@ return [
                        'causer-id'  => 44,
                        'contact-id' => 44,
                        'network'    => Protocol::DFRN,
+                       'starred'    => 0,
+                       'origin'     => 0,
                ],
        ],
        'notify' => [
@@ -676,7 +752,7 @@ return [
                        'link' => 'http://localhost/notification/1',
                        'iid' => 4,
                        'seen' => 0,
-                       'verb' => '',
+                       'verb' => \Friendica\Protocol\Activity::POST,
                        'otype' => Notification\ObjectType::ITEM,
                        'name_cache' => 'Reply to',
                        'msg_cache' => 'A test reply from an item',
@@ -709,4 +785,4 @@ return [
                        'uid'  => 42,
                ],
        ],
-];
\ No newline at end of file
+];