Added "parent-uri-id" to the test data

This commit is contained in:
Michael 2021-01-17 12:12:26 +00:00
parent 608d3b2b32
commit 3d4a1a8083
1 changed files with 6 additions and 0 deletions

View 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,