]> git.mxchange.org Git - friendica.git/blobdiff - tests/datasets/api.fixture.php
Move Api\Help
[friendica.git] / tests / datasets / api.fixture.php
index ca54ff0a9dcdb534ceecd1cdba63a6651b426658..6743dbf112519f19cd7ce2475ce3774baefd7d16 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,
@@ -365,6 +394,7 @@ return [
                        'private'       => Item::PUBLIC,
                        'gravity'       => GRAVITY_PARENT,
                        'network'       => Protocol::DFRN,
+                       'wall'          => 1,
                        'origin'        => 1,
                ],
                [
@@ -385,6 +415,7 @@ return [
                        'private'       => Item::PUBLIC,
                        'visible'       => 1,
                        'deleted'       => 0,
+                       'wall'          => 1,
                ],
                [
                        'id'            => 3,
@@ -404,6 +435,7 @@ return [
                        'private'       => Item::PUBLIC,
                        'visible'       => 1,
                        'deleted'       => 0,
+                       'wall'          => 1,
                ],
                [
                        'id'            => 4,
@@ -423,6 +455,7 @@ return [
                        'private'       => Item::PUBLIC,
                        'visible'       => 1,
                        'deleted'       => 0,
+                       'wall'          => 1,
                ],
                [
                        'id'            => 5,
@@ -442,6 +475,7 @@ return [
                        'private'       => Item::PUBLIC,
                        'visible'       => 1,
                        'deleted'       => 0,
+                       'wall'          => 1,
                ],
                [
                        'id'            => 6,
@@ -461,6 +495,7 @@ return [
                        'private'       => Item::PUBLIC,
                        'visible'       => 1,
                        'deleted'       => 0,
+                       'wall'          => 1,
                ],
                [
                        'id'            => 7,
@@ -480,6 +515,7 @@ return [
                        'private'       => Item::PUBLIC,
                        'visible'       => 1,
                        'deleted'       => 0,
+                       'wall'          => 0,
                ],
                [
                        'id'            => 8,
@@ -499,6 +535,7 @@ return [
                        'private'       => Item::PUBLIC,
                        'visible'       => 1,
                        'deleted'       => 0,
+                       'wall'          => 0,
                ],
                [
                        'id'            => 9,
@@ -518,6 +555,7 @@ return [
                        'private'       => Item::PUBLIC,
                        'visible'       => 1,
                        'deleted'       => 0,
+                       'wall'          => 0,
                ],
                [
                        'id'            => 10,
@@ -537,6 +575,7 @@ return [
                        'private'       => Item::PUBLIC,
                        'visible'       => 1,
                        'deleted'       => 0,
+                       'wall'          => 0,
                ],
                [
                        'id'            => 11,
@@ -556,6 +595,7 @@ return [
                        'private'       => Item::PUBLIC,
                        'visible'       => 1,
                        'deleted'       => 0,
+                       'wall'          => 0,
                ],
                [
                        'id'            => 12,
@@ -575,6 +615,7 @@ return [
                        'network'       => Protocol::DFRN,
                        'origin'        => 0,
                        'deleted'       => 0,
+                       'wall'          => 0,
                ],
        ],
        'post-thread'  => [
@@ -693,7 +734,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',
@@ -726,4 +767,4 @@ return [
                        'uid'  => 42,
                ],
        ],
-];
\ No newline at end of file
+];