]> git.mxchange.org Git - friendica.git/commitdiff
Added "parent-uri-id" to the test data
authorMichael <heluecht@pirati.ca>
Sun, 17 Jan 2021 12:12:26 +0000 (12:12 +0000)
committerMichael <heluecht@pirati.ca>
Sun, 17 Jan 2021 12:12:26 +0000 (12:12 +0000)
tests/datasets/api.fixture.php

index 93b896ebf2628592c8865521759125c1f3ee9f02..ca3fc3d1d1e4ca30309f0f5e86743ca645f28a31 100644 (file)
@@ -193,6 +193,7 @@ return [
                        'unseen'      => 1,
                        'body'        => 'Parent status',
                        'parent'      => 1,
+                       'parent-uri-id' => 1,
                        'author-link' => 'http://localhost/profile/selfcontact',
                        'wall'        => 1,
                        'starred'     => 1,
@@ -217,6 +218,7 @@ return [
                        'unseen'      => 0,
                        'body'        => 'Reply',
                        'parent'      => 1,
+                       'parent-uri-id' => 1,
                        'author-link' => 'http://localhost/profile/selfcontact',
                        'wall'        => 1,
                        'starred'     => 0,
@@ -238,6 +240,7 @@ return [
                        'unseen'      => 0,
                        'body'        => 'Other user status',
                        'parent'      => 3,
+                       'parent-uri-id' => 3,
                        'author-link' => 'http://localhost/profile/othercontact',
                        'wall'        => 1,
                        'starred'     => 0,
@@ -258,6 +261,7 @@ return [
                        'unseen'      => 0,
                        'body'        => 'Friend user reply',
                        'parent'      => 1,
+                       'parent-uri-id' => 1,
                        'author-link' => 'http://localhost/profile/othercontact',
                        'wall'        => 1,
                        'starred'     => 0,
@@ -279,6 +283,7 @@ return [
                        'unseen'      => 0,
                        'body'        => '[share]Shared status[/share]',
                        'parent'      => 1,
+                       'parent-uri-id' => 1,
                        'author-link' => 'http://localhost/profile/othercontact',
                        'wall'        => 1,
                        'starred'     => 0,
@@ -303,6 +308,7 @@ return [
                        'unseen'      => 0,
                        'body'        => 'Friend user status',
                        'parent'      => 6,
+                       'parent-uri-id' => 6,
                        'author-link' => 'http://localhost/profile/othercontact',
                        'wall'        => 1,
                        'starred'     => 0,