]> git.mxchange.org Git - friendica.git/blobdiff - tests/datasets/api.fixture.php
Merge remote-tracking branch 'upstream/develop' into rework-notifications
[friendica.git] / tests / datasets / api.fixture.php
index 475fa03854a06fb9edd1243e0cac8f9429f5c717..ce7161e413271cc9abc464c825ed1a3016a415ce 100644 (file)
@@ -1,4 +1,25 @@
 <?php
+/**
+ * @copyright Copyright (C) 2020, Friendica
+ *
+ * @license GNU AGPL version 3 or any later version
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as
+ * published by the Free Software Foundation, either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program.  If not, see <https://www.gnu.org/licenses/>.
+ *
+ */
+
+use Friendica\Model\Notify;
 
 return [
        // Empty these tables
@@ -8,7 +29,7 @@ return [
        'photo',
        'workerqueue',
        'mail',
-       'item-delivery-data',
+       'post-delivery-data',
        // Base test config to avoid notice messages
        'config'  => [
                [
@@ -51,6 +72,7 @@ return [
                        'blocked' => 0,
                        'rel'     => 1,
                        'network' => 'dfrn',
+                       'location' => 'DFRN',
                ],
                // Having the same name and nick allows us to test
                // the fallback to api_get_nick() in api_get_user()
@@ -66,6 +88,7 @@ return [
                        'blocked' => 0,
                        'rel'     => 0,
                        'network' => 'dfrn',
+                       'location' => 'DFRN',
                ],
                [
                        'id'      => 44,
@@ -79,11 +102,87 @@ return [
                        'blocked' => 0,
                        'rel'     => 2,
                        'network' => 'dfrn',
+                       'location' => 'DFRN',
+               ],
+               [
+                       'id'      => 45,
+                       'uid'     => 0,
+                       'name'    => 'Friend contact',
+                       'nick'    => 'friendcontact',
+                       'self'    => 0,
+                       'nurl'    => 'http://localhost/profile/friendcontact',
+                       'url'     => 'http://localhost/profile/friendcontact',
+                       'pending' => 0,
+                       'blocked' => 0,
+                       'rel'     => 2,
+                       'network' => 'dfrn',
+                       'location' => 'DFRN',
+               ],
+               [
+                       'id'      => 46,
+                       'uid'     => 42,
+                       'name'    => 'Mutual contact',
+                       'nick'    => 'mutualcontact',
+                       'self'    => 0,
+                       'nurl'    => 'http://localhost/profile/mutualcontact',
+                       'url'     => 'http://localhost/profile/mutualcontact',
+                       'pending' => 0,
+                       'blocked' => 0,
+                       'rel'     => 3,
+                       'network' => 'dfrn',
+                       'location' => 'DFRN',
+               ],
+               [
+                       'id'      => 47,
+                       'uid'     => 0,
+                       'name'    => 'Mutual contact',
+                       'nick'    => 'mutualcontact',
+                       'self'    => 0,
+                       'nurl'    => 'http://localhost/profile/mutualcontact',
+                       'url'     => 'http://localhost/profile/mutualcontact',
+                       'pending' => 0,
+                       'blocked' => 0,
+                       'rel'     => 2,
+                       'network' => 'dfrn',
+                       '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',
                ],
        ],
        'item'    => [
                [
                        'id'          => 1,
+                       'uri-id'      => 1,
                        'visible'     => 1,
                        'contact-id'  => 42,
                        'author-id'   => 42,
@@ -101,9 +200,12 @@ return [
                        'allow_gid'   => '',
                        'deny_cid'    => '',
                        'deny_gid'    => '',
+                       'guid'        => '1',
+                       'plink'       => 'http://localhost/display/1',
                ],
                [
                        'id'          => 2,
+                       'uri-id'      => 2,
                        'visible'     => 1,
                        'contact-id'  => 42,
                        'author-id'   => 42,
@@ -117,10 +219,13 @@ return [
                        'wall'        => 1,
                        'starred'     => 0,
                        'origin'      => 1,
+                       'guid'        => '2',
+                       'plink'       => 'http://localhost/display/2',
                ],
                [
 
                        'id'          => 3,
+                       'uri-id'      => 3,
                        'visible'     => 1,
                        'contact-id'  => 43,
                        'author-id'   => 43,
@@ -134,9 +239,12 @@ return [
                        'wall'        => 1,
                        'starred'     => 0,
                        'origin'      => 1,
+                       'guid'        => '3',
+                       'plink'       => 'http://localhost/display/3',
                ],
                [
                        'id'          => 4,
+                       'uri-id'      => 4,
                        'visible'     => 1,
                        'contact-id'  => 44,
                        'author-id'   => 44,
@@ -150,10 +258,13 @@ return [
                        'wall'        => 1,
                        'starred'     => 0,
                        'origin'      => 1,
+                       'guid'        => '4',
+                       'plink'       => 'http://localhost/display/4',
                ],
                [
 
                        'id'          => 5,
+                       'uri-id'      => 5,
                        'visible'     => 1,
                        'contact-id'  => 42,
                        'author-id'   => 42,
@@ -171,9 +282,12 @@ return [
                        'allow_gid'   => '',
                        'deny_cid'    => '',
                        'deny_gid'    => '',
+                       'guid'        => '5',
+                       'plink'       => 'http://localhost/display/5',
                ],
                [
                        'id'          => 6,
+                       'uri-id'      => 6,
                        'visible'     => 1,
                        'contact-id'  => 44,
                        'author-id'   => 44,
@@ -187,11 +301,33 @@ return [
                        'wall'        => 1,
                        'starred'     => 0,
                        'origin'      => 1,
+                       'guid'        => '6',
+                       'plink'       => 'http://localhost/display/6',
+               ],
+       ],
+       'notify' => [
+               [
+                       'id' => 1,
+                       'type' => 8,
+                       'name' => 'Reply to',
+                       'url' => 'http://localhost/display/1',
+                       'photo' => 'http://localhost/',
+                       'date' => '2020-01-01 12:12:02',
+                       'msg' => 'A test reply from an item',
+                       'uid' => 42,
+                       'link' => 'http://localhost/notification/1',
+                       'iid' => 4,
+                       'seen' => 0,
+                       'verb' => '',
+                       'otype' => Notify\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,
@@ -201,6 +337,7 @@ return [
                ],
                [
                        'iid'        => 3,
+                       'uri-id'     => 3,
                        'visible'    => 1,
                        'contact-id' => 43,
                        'author-id'  => 43,
@@ -210,6 +347,7 @@ return [
                ],
                [
                        'iid'        => 6,
+                       'uri-id'     => 6,
                        'visible'    => 1,
                        'contact-id' => 44,
                        'author-id'  => 44,
@@ -218,6 +356,12 @@ return [
                        'wall'       => 1,
                ],
        ],
+       'profile' => [
+               [
+                       'id' => 1,
+                       'uid' => 42,
+               ],
+       ],
        'group'   => [
                [
                        'id'      => 1,