From 3d4a1a8083c43084dfa4e6954c835038e94b85cf Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 17 Jan 2021 12:12:26 +0000 Subject: [PATCH] Added "parent-uri-id" to the test data --- tests/datasets/api.fixture.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/datasets/api.fixture.php b/tests/datasets/api.fixture.php index 93b896ebf2..ca3fc3d1d1 100644 --- a/tests/datasets/api.fixture.php +++ b/tests/datasets/api.fixture.php @@ -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,