]> git.mxchange.org Git - friendica.git/blobdiff - tests/datasets/api.fixture.php
Use the id instead of iid
[friendica.git] / tests / datasets / api.fixture.php
index fcd1e6a6bb4f5bb4dc09eddd25658b9fba855c3e..407629709d780bd23532fefd72ee12f324dbde9e 100644 (file)
@@ -19,7 +19,7 @@
  *
  */
 
-use Friendica\Model\Notify;
+use Friendica\Model\Notification;
 
 return [
        // Empty these tables
@@ -179,10 +179,134 @@ return [
                        'guid' => '6',
                ],
        ],
+       'post-content' => [
+               [
+                       'uri-id' => 1,
+                       'body'   => 'Parent status',
+                       'plink'  => 'http://localhost/display/1',
+               ],
+               [
+                       'uri-id' => 2,
+                       'body'   => 'Reply',
+                       'plink'  => 'http://localhost/display/2',
+               ],
+               [
+                       'uri-id' => 3,
+                       'body'   => 'Other user status',
+                       'plink'  => 'http://localhost/display/3',
+               ],
+               [
+                       'uri-id' => 4,
+                       'body'   => 'Friend user reply',
+                       'plink'  => 'http://localhost/display/4',
+               ],
+               [
+                       'uri-id' => 5,
+                       'body'   => '[share]Shared status[/share]',
+                       'plink'  => 'http://localhost/display/5',
+               ],
+               [
+                       'uri-id' => 6,
+                       'body'   => 'Friend user status',
+                       'plink'  => 'http://localhost/display/6',
+               ],
+       ],
+       'post-thread'  => [
+               [
+                       'uri-id'     => 1,
+                       'author-id'  => 42,
+                       'owner-id'   => 42,
+                       'causer-id'  => 42,
+                       'network' => 'dfrn',
+               ],
+               [
+                       'uri-id'     => 3,
+                       'author-id'  => 43,
+                       'owner-id'   => 43,
+                       'causer-id'  => 43,
+                       'network' => 'dfrn',
+               ],
+               [
+                       'uri-id'     => 6,
+                       'author-id'  => 44,
+                       'owner-id'   => 44,
+                       'causer-id'  => 44,
+                       'network' => 'dfrn',
+               ],
+       ],
+       'post-thread-user'  => [
+               [
+                       'uri-id'     => 1,
+                       'uid'        => 42,
+                       'wall'       => 1,
+               ],
+               [
+                       'uri-id'     => 3,
+                       'uid'        => 42,
+                       'wall'       => 1,
+               ],
+               [
+                       'uri-id'     => 6,
+                       'uid'        => 42,
+                       'wall'       => 1,
+               ],
+       ],
+       'post-user' => [
+               [
+                       'id'          => 1,
+                       'uri-id'      => 1,
+                       'uid'         => 42,
+                       'contact-id'  => 42,
+                       'unseen'      => 1,
+                       'origin'      => 1,
+               ],
+               [
+                       'id'          => 2,
+                       'uri-id'      => 2,
+                       'uid'         => 42,
+                       'contact-id'  => 42,
+                       'unseen'      => 0,
+                       'origin'      => 1,
+               ],
+               [
+                       'id'          => 3,
+                       'uri-id'      => 3,
+                       'uid'         => 42,
+                       'contact-id'  => 43,
+                       'unseen'      => 0,
+                       'origin'      => 1,
+               ],
+               [
+                       'id'          => 4,
+                       'uri-id'      => 4,
+                       'uid'         => 42,
+                       'contact-id'  => 44,
+                       'unseen'      => 0,
+                       'origin'      => 1,
+               ],
+               [
+                       'id'          => 5,
+                       'uri-id'      => 5,
+                       'uid'         => 42,
+                       'contact-id'  => 42,
+                       'unseen'      => 0,
+                       'origin'      => 1,
+               ],
+               [
+                       'id'          => 6,
+                       'uri-id'      => 6,
+                       'uid'         => 42,
+                       'contact-id'  => 44,
+                       'unseen'      => 0,
+                       'origin'      => 1,
+               ],
+
+       ],
        'item'    => [
                [
                        'id'          => 1,
                        'uri-id'      => 1,
+                       'uri'         => '1',
                        'visible'     => 1,
                        'contact-id'  => 42,
                        'author-id'   => 42,
@@ -191,8 +315,13 @@ return [
                        'uid'         => 42,
                        'verb'        => 'http://activitystrea.ms/schema/1.0/post',
                        'unseen'      => 1,
-                       'body'        => 'Parent status',
                        'parent'      => 1,
+                       'parent-uri-id' => 1,
+                       'parent-uri'  => '1',
+                       'thr-parent-id' => 1,
+                       'thr-parent'  => '1',
+                       'private'     => 0,
+                       'gravity'     => GRAVITY_PARENT,
                        'author-link' => 'http://localhost/profile/selfcontact',
                        'wall'        => 1,
                        'starred'     => 1,
@@ -202,11 +331,11 @@ return [
                        'deny_cid'    => '',
                        'deny_gid'    => '',
                        'guid'        => '1',
-                       'plink'       => 'http://localhost/display/1',
                ],
                [
                        'id'          => 2,
                        'uri-id'      => 2,
+                       'uri'         => '2',
                        'visible'     => 1,
                        'contact-id'  => 42,
                        'author-id'   => 42,
@@ -215,19 +344,23 @@ return [
                        'uid'         => 42,
                        'verb'        => 'http://activitystrea.ms/schema/1.0/post',
                        'unseen'      => 0,
-                       'body'        => 'Reply',
                        'parent'      => 1,
+                       'parent-uri-id' => 1,
+                       'parent-uri'  => '1',
+                       'thr-parent-id' => 1,
+                       'thr-parent'  => '1',
+                       'private'     => 0,
+                       'gravity'     => GRAVITY_COMMENT,
                        'author-link' => 'http://localhost/profile/selfcontact',
                        'wall'        => 1,
                        'starred'     => 0,
                        'origin'      => 1,
                        'guid'        => '2',
-                       'plink'       => 'http://localhost/display/2',
                ],
                [
-
                        'id'          => 3,
                        'uri-id'      => 3,
+                       'uri'         => '3',
                        'visible'     => 1,
                        'contact-id'  => 43,
                        'author-id'   => 43,
@@ -236,18 +369,23 @@ return [
                        'uid'         => 42,
                        'verb'        => 'http://activitystrea.ms/schema/1.0/post',
                        'unseen'      => 0,
-                       'body'        => 'Other user status',
                        'parent'      => 3,
+                       'parent-uri-id' => 3,
+                       'parent-uri'  => '3',
+                       'thr-parent-id' => 3,
+                       'thr-parent'  => '3',
+                       'private'     => 0,
+                       'gravity'     => GRAVITY_PARENT,
                        'author-link' => 'http://localhost/profile/othercontact',
                        'wall'        => 1,
                        'starred'     => 0,
                        'origin'      => 1,
                        'guid'        => '3',
-                       'plink'       => 'http://localhost/display/3',
                ],
                [
                        'id'          => 4,
                        'uri-id'      => 4,
+                       'uri'         => '4',
                        'visible'     => 1,
                        'contact-id'  => 44,
                        'author-id'   => 44,
@@ -258,17 +396,23 @@ return [
                        'unseen'      => 0,
                        'body'        => 'Friend user reply',
                        'parent'      => 1,
+                       'parent-uri-id' => 1,
+                       'parent-uri'  => '1',
+                       'thr-parent-id' => 1,
+                       'thr-parent'  => '1',
+                       'private'     => 0,
+                       'gravity'     => GRAVITY_COMMENT,
                        'author-link' => 'http://localhost/profile/othercontact',
                        'wall'        => 1,
                        'starred'     => 0,
                        'origin'      => 1,
                        'guid'        => '4',
-                       'plink'       => 'http://localhost/display/4',
                ],
                [
 
                        'id'          => 5,
                        'uri-id'      => 5,
+                       'uri'         => '5',
                        'visible'     => 1,
                        'contact-id'  => 42,
                        'author-id'   => 42,
@@ -277,8 +421,13 @@ return [
                        'uid'         => 42,
                        'verb'        => 'http://activitystrea.ms/schema/1.0/post',
                        'unseen'      => 0,
-                       'body'        => '[share]Shared status[/share]',
                        'parent'      => 1,
+                       'parent-uri-id' => 1,
+                       'parent-uri'  => '1',
+                       'thr-parent-id' => 1,
+                       'thr-parent'  => '1',
+                       'private'     => 0,
+                       'gravity'     => GRAVITY_COMMENT,
                        'author-link' => 'http://localhost/profile/othercontact',
                        'wall'        => 1,
                        'starred'     => 0,
@@ -288,11 +437,11 @@ return [
                        'deny_cid'    => '',
                        'deny_gid'    => '',
                        'guid'        => '5',
-                       'plink'       => 'http://localhost/display/5',
                ],
                [
                        'id'          => 6,
                        'uri-id'      => 6,
+                       'uri'         => '6',
                        'visible'     => 1,
                        'contact-id'  => 44,
                        'author-id'   => 44,
@@ -301,14 +450,18 @@ return [
                        'uid'         => 42,
                        'verb'        => 'http://activitystrea.ms/schema/1.0/post',
                        'unseen'      => 0,
-                       'body'        => 'Friend user status',
                        'parent'      => 6,
+                       'parent-uri-id' => 6,
+                       'parent-uri'  => '6',
+                       'thr-parent-id' => 6,
+                       'thr-parent'  => '6',
+                       'private'     => 0,
+                       'gravity'     => GRAVITY_PARENT,
                        'author-link' => 'http://localhost/profile/othercontact',
                        'wall'        => 1,
                        'starred'     => 0,
                        'origin'      => 1,
                        'guid'        => '6',
-                       'plink'       => 'http://localhost/display/6',
                ],
        ],
        'notify' => [
@@ -325,46 +478,11 @@ return [
                        'iid' => 4,
                        'seen' => 0,
                        'verb' => '',
-                       'otype' => Notify\ObjectType::ITEM,
+                       'otype' => Notification\ObjectType::ITEM,
                        'name_cache' => 'Reply to',
                        'msg_cache' => 'A test reply from an item',
                ],
        ],
-       'thread'  => [
-               [
-                       'iid'        => 1,
-                       'uri-id'     => 1,
-                       'visible'    => 1,
-                       'contact-id' => 42,
-                       'author-id'  => 42,
-                       'owner-id'   => 42,
-                       'causer-id'  => 42,
-                       'uid'        => 42,
-                       'wall'       => 1,
-               ],
-               [
-                       'iid'        => 3,
-                       'uri-id'     => 3,
-                       'visible'    => 1,
-                       'contact-id' => 43,
-                       'author-id'  => 43,
-                       'owner-id'   => 43,
-                       'causer-id'  => 43,
-                       'uid'        => 0,
-                       'wall'       => 1,
-               ],
-               [
-                       'iid'        => 6,
-                       'uri-id'     => 6,
-                       'visible'    => 1,
-                       'contact-id' => 44,
-                       'author-id'  => 44,
-                       'owner-id'   => 44,
-                       'causer-id'  => 44,
-                       'uid'        => 0,
-                       'wall'       => 1,
-               ],
-       ],
        'profile' => [
                [
                        'id' => 1,