X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=tests%2Fdatasets%2Fapi.fixture.php;h=9e0174c029009cf0d29cf2b7107567ff6a1ffa2d;hb=56f8adcb80a9005302a7896c63d868eff6779845;hp=fbf2aad47c7c5622ec216ea46505f3f930febdd5;hpb=28ca5671b5589538ccd04f8921f39a2fbba1d979;p=friendica.git diff --git a/tests/datasets/api.fixture.php b/tests/datasets/api.fixture.php index fbf2aad47c..9e0174c029 100644 --- a/tests/datasets/api.fixture.php +++ b/tests/datasets/api.fixture.php @@ -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,6 +303,7 @@ return [ 'causer-id' => 42, 'vid' => 8, 'private' => Item::PUBLIC, + 'global' => true, 'visible' => 1, 'deleted' => 0, ], @@ -288,6 +318,7 @@ return [ 'causer-id' => 42, 'vid' => 8, 'private' => Item::PUBLIC, + 'global' => true, 'visible' => 1, 'deleted' => 0, ], @@ -302,6 +333,7 @@ return [ 'causer-id' => 43, 'vid' => 8, 'private' => Item::PUBLIC, + 'global' => true, 'visible' => 1, 'deleted' => 0, ], @@ -316,6 +348,7 @@ return [ 'causer-id' => 44, 'vid' => 8, 'private' => Item::PUBLIC, + 'global' => true, 'visible' => 1, 'deleted' => 0, ], @@ -330,6 +363,7 @@ return [ 'causer-id' => 42, 'vid' => 8, 'private' => Item::PUBLIC, + 'global' => true, 'visible' => 1, 'deleted' => 0, ], @@ -344,6 +378,7 @@ return [ 'causer-id' => 44, 'vid' => 8, 'private' => Item::PUBLIC, + 'global' => true, 'visible' => 1, 'deleted' => 0, ], @@ -363,6 +398,7 @@ return [ 'parent-uri-id' => 1, 'thr-parent-id' => 1, 'private' => Item::PUBLIC, + 'global' => true, 'gravity' => GRAVITY_PARENT, 'network' => Protocol::DFRN, 'wall' => 1, @@ -384,6 +420,7 @@ return [ 'causer-id' => 42, 'vid' => 8, 'private' => Item::PUBLIC, + 'global' => true, 'visible' => 1, 'deleted' => 0, 'wall' => 1, @@ -404,6 +441,7 @@ return [ 'causer-id' => 43, 'vid' => 8, 'private' => Item::PUBLIC, + 'global' => true, 'visible' => 1, 'deleted' => 0, 'wall' => 1, @@ -424,6 +462,7 @@ return [ 'causer-id' => 44, 'vid' => 8, 'private' => Item::PUBLIC, + 'global' => true, 'visible' => 1, 'deleted' => 0, 'wall' => 1, @@ -444,6 +483,7 @@ return [ 'causer-id' => 42, 'vid' => 8, 'private' => Item::PUBLIC, + 'global' => true, 'visible' => 1, 'deleted' => 0, 'wall' => 1, @@ -464,6 +504,7 @@ return [ 'causer-id' => 44, 'vid' => 8, 'private' => Item::PUBLIC, + 'global' => true, 'visible' => 1, 'deleted' => 0, 'wall' => 1, @@ -484,6 +525,7 @@ return [ 'causer-id' => 42, 'vid' => 8, 'private' => Item::PUBLIC, + 'global' => true, 'visible' => 1, 'deleted' => 0, 'wall' => 0, @@ -504,6 +546,7 @@ return [ 'causer-id' => 42, 'vid' => 8, 'private' => Item::PUBLIC, + 'global' => true, 'visible' => 1, 'deleted' => 0, 'wall' => 0, @@ -524,6 +567,7 @@ return [ 'causer-id' => 43, 'vid' => 8, 'private' => Item::PUBLIC, + 'global' => true, 'visible' => 1, 'deleted' => 0, 'wall' => 0, @@ -544,6 +588,7 @@ return [ 'causer-id' => 44, 'vid' => 8, 'private' => Item::PUBLIC, + 'global' => true, 'visible' => 1, 'deleted' => 0, 'wall' => 0, @@ -564,6 +609,7 @@ return [ 'causer-id' => 42, 'vid' => 8, 'private' => Item::PUBLIC, + 'global' => true, 'visible' => 1, 'deleted' => 0, 'wall' => 0, @@ -582,6 +628,7 @@ return [ 'parent-uri-id' => 6, 'thr-parent-id' => 6, 'private' => Item::PUBLIC, + 'global' => true, 'gravity' => GRAVITY_PARENT, 'network' => Protocol::DFRN, 'origin' => 0, @@ -705,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',