X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=tests%2Fdatasets%2Fapi.fixture.php;h=fbf2aad47c7c5622ec216ea46505f3f930febdd5;hb=315dddbcb9232fea105d2da53ad2ba0e143bd7e4;hp=80756edbc6535088ef2ed67627cb1995a2c90d23;hpb=e1c79a41d90fd092d3eea0b8763834e74499697b;p=friendica.git diff --git a/tests/datasets/api.fixture.php b/tests/datasets/api.fixture.php index 80756edbc6..fbf2aad47c 100644 --- a/tests/datasets/api.fixture.php +++ b/tests/datasets/api.fixture.php @@ -1,6 +1,6 @@ 'worker_dont_fork', 'v' => '1', ], + [ + 'cat' => 'system', + 'k' => 'curl_timeout', + 'v' => '1', + ], + [ + 'cat' => 'system', + 'k' => 'xrd_timeout', + 'v' => '1', + ], ], 'user' => [ [ @@ -183,6 +192,44 @@ return [ 'guid' => '6', ], ], + 'verb' => [ + [ + 'id' => 0, + 'name' => '', + ], + [ + 'id' => 1, + 'name' => 'http://activitystrea.ms/schema/1.0/like', + ], + [ + 'id' => 2, + 'name' => 'http://purl.org/macgirvin/dfrn/1.0/dislike', + ], + [ + 'id' => 3, + 'name' => 'http://purl.org/zot/activity/attendyes', + ], + [ + 'id' => 4, + 'name' => 'http://purl.org/zot/activity/attendno', + ], + [ + 'id' => 5, + 'name' => 'http://purl.org/zot/activity/attendmaybe', + ], + [ + 'id' => 6, + 'name' => 'http://activitystrea.ms/schema/1.0/follow', + ], + [ + 'id' => 7, + 'name' => 'https://www.w3.org/ns/activitystreams#Announce', + ], + [ + 'id' => 8, + 'name' => 'http://activitystrea.ms/schema/1.0/post', + ], + ], 'post-content' => [ [ 'uri-id' => 1, @@ -225,9 +272,10 @@ return [ 'owner-id' => 42, 'author-id' => 42, 'causer-id' => 42, - 'vid' => Verb::getID('http://activitystrea.ms/schema/1.0/post'), + 'vid' => 8, 'private' => Item::PUBLIC, 'visible' => 1, + 'deleted' => 0, ], [ 'uri-id' => 2, @@ -238,9 +286,10 @@ return [ 'owner-id' => 42, 'author-id' => 42, 'causer-id' => 42, - 'vid' => Verb::getID('http://activitystrea.ms/schema/1.0/post'), + 'vid' => 8, 'private' => Item::PUBLIC, 'visible' => 1, + 'deleted' => 0, ], [ 'uri-id' => 3, @@ -251,9 +300,10 @@ return [ 'owner-id' => 42, 'author-id' => 43, 'causer-id' => 43, - 'vid' => Verb::getID('http://activitystrea.ms/schema/1.0/post'), + 'vid' => 8, 'private' => Item::PUBLIC, 'visible' => 1, + 'deleted' => 0, ], [ 'uri-id' => 4, @@ -264,9 +314,10 @@ return [ 'owner-id' => 42, 'author-id' => 44, 'causer-id' => 44, - 'vid' => Verb::getID('http://activitystrea.ms/schema/1.0/post'), + 'vid' => 8, 'private' => Item::PUBLIC, 'visible' => 1, + 'deleted' => 0, ], [ 'uri-id' => 5, @@ -277,9 +328,10 @@ return [ 'owner-id' => 42, 'author-id' => 42, 'causer-id' => 42, - 'vid' => Verb::getID('http://activitystrea.ms/schema/1.0/post'), + 'vid' => 8, 'private' => Item::PUBLIC, 'visible' => 1, + 'deleted' => 0, ], [ 'uri-id' => 6, @@ -290,29 +342,31 @@ return [ 'owner-id' => 42, 'author-id' => 44, 'causer-id' => 44, - 'vid' => Verb::getID('http://activitystrea.ms/schema/1.0/post'), + 'vid' => 8, 'private' => Item::PUBLIC, 'visible' => 1, + 'deleted' => 0, ], ], 'post-user' => [ [ 'id' => 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, 'gravity' => GRAVITY_PARENT, 'network' => Protocol::DFRN, - 'owner-id' => 42, - 'author-id' => 42, - 'causer-id' => 42, - 'vid' => Verb::getID('http://activitystrea.ms/schema/1.0/post'), - 'private' => Item::PUBLIC, - 'visible' => 1, + 'wall' => 1, + 'origin' => 1, ], [ 'id' => 2, @@ -328,9 +382,11 @@ return [ 'owner-id' => 42, 'author-id' => 42, 'causer-id' => 42, - 'vid' => Verb::getID('http://activitystrea.ms/schema/1.0/post'), + 'vid' => 8, 'private' => Item::PUBLIC, 'visible' => 1, + 'deleted' => 0, + 'wall' => 1, ], [ 'id' => 3, @@ -346,9 +402,11 @@ return [ 'owner-id' => 42, 'author-id' => 43, 'causer-id' => 43, - 'vid' => Verb::getID('http://activitystrea.ms/schema/1.0/post'), + 'vid' => 8, 'private' => Item::PUBLIC, 'visible' => 1, + 'deleted' => 0, + 'wall' => 1, ], [ 'id' => 4, @@ -364,9 +422,11 @@ return [ 'owner-id' => 42, 'author-id' => 44, 'causer-id' => 44, - 'vid' => Verb::getID('http://activitystrea.ms/schema/1.0/post'), + 'vid' => 8, 'private' => Item::PUBLIC, 'visible' => 1, + 'deleted' => 0, + 'wall' => 1, ], [ 'id' => 5, @@ -382,9 +442,11 @@ return [ 'owner-id' => 42, 'author-id' => 42, 'causer-id' => 42, - 'vid' => Verb::getID('http://activitystrea.ms/schema/1.0/post'), + 'vid' => 8, 'private' => Item::PUBLIC, 'visible' => 1, + 'deleted' => 0, + 'wall' => 1, ], [ 'id' => 6, @@ -400,9 +462,11 @@ return [ 'owner-id' => 42, 'author-id' => 44, 'causer-id' => 44, - 'vid' => Verb::getID('http://activitystrea.ms/schema/1.0/post'), + 'vid' => 8, 'private' => Item::PUBLIC, 'visible' => 1, + 'deleted' => 0, + 'wall' => 1, ], [ 'id' => 7, @@ -418,9 +482,11 @@ return [ 'owner-id' => 42, 'author-id' => 42, 'causer-id' => 42, - 'vid' => Verb::getID('http://activitystrea.ms/schema/1.0/post'), + 'vid' => 8, 'private' => Item::PUBLIC, 'visible' => 1, + 'deleted' => 0, + 'wall' => 0, ], [ 'id' => 8, @@ -436,9 +502,11 @@ return [ 'owner-id' => 42, 'author-id' => 42, 'causer-id' => 42, - 'vid' => Verb::getID('http://activitystrea.ms/schema/1.0/post'), + 'vid' => 8, 'private' => Item::PUBLIC, 'visible' => 1, + 'deleted' => 0, + 'wall' => 0, ], [ 'id' => 9, @@ -454,9 +522,11 @@ return [ 'owner-id' => 42, 'author-id' => 43, 'causer-id' => 43, - 'vid' => Verb::getID('http://activitystrea.ms/schema/1.0/post'), + 'vid' => 8, 'private' => Item::PUBLIC, 'visible' => 1, + 'deleted' => 0, + 'wall' => 0, ], [ 'id' => 10, @@ -472,9 +542,11 @@ return [ 'owner-id' => 42, 'author-id' => 44, 'causer-id' => 44, - 'vid' => Verb::getID('http://activitystrea.ms/schema/1.0/post'), + 'vid' => 8, 'private' => Item::PUBLIC, 'visible' => 1, + 'deleted' => 0, + 'wall' => 0, ], [ 'id' => 11, @@ -490,27 +562,31 @@ return [ 'owner-id' => 42, 'author-id' => 42, 'causer-id' => 42, - 'vid' => Verb::getID('http://activitystrea.ms/schema/1.0/post'), + 'vid' => 8, 'private' => Item::PUBLIC, 'visible' => 1, + 'deleted' => 0, + 'wall' => 0, ], [ 'id' => 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, 'gravity' => GRAVITY_PARENT, 'network' => Protocol::DFRN, - 'owner-id' => 42, - 'author-id' => 44, - 'causer-id' => 44, - 'vid' => Verb::getID('http://activitystrea.ms/schema/1.0/post'), - 'private' => Item::PUBLIC, - 'visible' => 1, + 'origin' => 0, + 'deleted' => 0, + 'wall' => 0, ], ], 'post-thread' => [ @@ -545,7 +621,10 @@ return [ 'author-id' => 42, 'owner-id' => 42, 'causer-id' => 42, + 'contact-id' => 42, 'network' => Protocol::DFRN, + 'starred' => 1, + 'origin' => 1, ], [ 'uri-id' => 3, @@ -555,7 +634,10 @@ return [ 'author-id' => 43, 'owner-id' => 43, 'causer-id' => 43, + 'contact-id' => 43, 'network' => Protocol::DFRN, + 'starred' => 0, + 'origin' => 1, ], [ 'uri-id' => 6, @@ -565,7 +647,10 @@ return [ 'author-id' => 44, 'owner-id' => 44, 'causer-id' => 44, + 'contact-id' => 44, 'network' => Protocol::DFRN, + 'starred' => 0, + 'origin' => 1, ], [ 'uri-id' => 1, @@ -575,7 +660,10 @@ return [ 'author-id' => 42, 'owner-id' => 42, 'causer-id' => 42, + 'contact-id' => 42, 'network' => Protocol::DFRN, + 'starred' => 0, + 'origin' => 0, ], [ 'uri-id' => 3, @@ -585,7 +673,10 @@ return [ 'author-id' => 43, 'owner-id' => 43, 'causer-id' => 43, + 'contact-id' => 43, 'network' => Protocol::DFRN, + 'starred' => 0, + 'origin' => 0, ], [ 'uri-id' => 6, @@ -595,7 +686,10 @@ return [ 'author-id' => 44, 'owner-id' => 44, 'causer-id' => 44, + 'contact-id' => 44, 'network' => Protocol::DFRN, + 'starred' => 0, + 'origin' => 0, ], ], 'notify' => [ @@ -644,4 +738,4 @@ return [ 'uid' => 42, ], ], -]; \ No newline at end of file +];