diff --git a/tests/datasets/api.fixture.php b/tests/datasets/api.fixture.php index 93b896ebf..ca3fc3d1d 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,