Added "parent-uri-id" to the test data
This commit is contained in:
parent
608d3b2b32
commit
3d4a1a8083
1 changed files with 6 additions and 0 deletions
|
@ -193,6 +193,7 @@ return [
|
||||||
'unseen' => 1,
|
'unseen' => 1,
|
||||||
'body' => 'Parent status',
|
'body' => 'Parent status',
|
||||||
'parent' => 1,
|
'parent' => 1,
|
||||||
|
'parent-uri-id' => 1,
|
||||||
'author-link' => 'http://localhost/profile/selfcontact',
|
'author-link' => 'http://localhost/profile/selfcontact',
|
||||||
'wall' => 1,
|
'wall' => 1,
|
||||||
'starred' => 1,
|
'starred' => 1,
|
||||||
|
@ -217,6 +218,7 @@ return [
|
||||||
'unseen' => 0,
|
'unseen' => 0,
|
||||||
'body' => 'Reply',
|
'body' => 'Reply',
|
||||||
'parent' => 1,
|
'parent' => 1,
|
||||||
|
'parent-uri-id' => 1,
|
||||||
'author-link' => 'http://localhost/profile/selfcontact',
|
'author-link' => 'http://localhost/profile/selfcontact',
|
||||||
'wall' => 1,
|
'wall' => 1,
|
||||||
'starred' => 0,
|
'starred' => 0,
|
||||||
|
@ -238,6 +240,7 @@ return [
|
||||||
'unseen' => 0,
|
'unseen' => 0,
|
||||||
'body' => 'Other user status',
|
'body' => 'Other user status',
|
||||||
'parent' => 3,
|
'parent' => 3,
|
||||||
|
'parent-uri-id' => 3,
|
||||||
'author-link' => 'http://localhost/profile/othercontact',
|
'author-link' => 'http://localhost/profile/othercontact',
|
||||||
'wall' => 1,
|
'wall' => 1,
|
||||||
'starred' => 0,
|
'starred' => 0,
|
||||||
|
@ -258,6 +261,7 @@ return [
|
||||||
'unseen' => 0,
|
'unseen' => 0,
|
||||||
'body' => 'Friend user reply',
|
'body' => 'Friend user reply',
|
||||||
'parent' => 1,
|
'parent' => 1,
|
||||||
|
'parent-uri-id' => 1,
|
||||||
'author-link' => 'http://localhost/profile/othercontact',
|
'author-link' => 'http://localhost/profile/othercontact',
|
||||||
'wall' => 1,
|
'wall' => 1,
|
||||||
'starred' => 0,
|
'starred' => 0,
|
||||||
|
@ -279,6 +283,7 @@ return [
|
||||||
'unseen' => 0,
|
'unseen' => 0,
|
||||||
'body' => '[share]Shared status[/share]',
|
'body' => '[share]Shared status[/share]',
|
||||||
'parent' => 1,
|
'parent' => 1,
|
||||||
|
'parent-uri-id' => 1,
|
||||||
'author-link' => 'http://localhost/profile/othercontact',
|
'author-link' => 'http://localhost/profile/othercontact',
|
||||||
'wall' => 1,
|
'wall' => 1,
|
||||||
'starred' => 0,
|
'starred' => 0,
|
||||||
|
@ -303,6 +308,7 @@ return [
|
||||||
'unseen' => 0,
|
'unseen' => 0,
|
||||||
'body' => 'Friend user status',
|
'body' => 'Friend user status',
|
||||||
'parent' => 6,
|
'parent' => 6,
|
||||||
|
'parent-uri-id' => 6,
|
||||||
'author-link' => 'http://localhost/profile/othercontact',
|
'author-link' => 'http://localhost/profile/othercontact',
|
||||||
'wall' => 1,
|
'wall' => 1,
|
||||||
'starred' => 0,
|
'starred' => 0,
|
||||||
|
|
Loading…
Reference in a new issue