mirror of
https://github.com/friendica/friendica
synced 2024-11-09 23:42:53 +00:00
Added test data
This commit is contained in:
parent
29f99c134d
commit
77b4d5fc5f
1 changed files with 32 additions and 0 deletions
|
@ -100,6 +100,38 @@ return [
|
|||
'network' => 'dfrn',
|
||||
],
|
||||
],
|
||||
'item-uri' => [
|
||||
[
|
||||
'id' => 1,
|
||||
'uri' => '1',
|
||||
'guid' => '1',
|
||||
],
|
||||
[
|
||||
'id' => 2,
|
||||
'uri' => '2',
|
||||
'guid' => '2',
|
||||
],
|
||||
[
|
||||
'id' => 3,
|
||||
'uri' => '3',
|
||||
'guid' => '3',
|
||||
],
|
||||
[
|
||||
'id' => 4,
|
||||
'uri' => '4',
|
||||
'guid' => '4',
|
||||
],
|
||||
[
|
||||
'id' => 5,
|
||||
'uri' => '5',
|
||||
'guid' => '5',
|
||||
],
|
||||
[
|
||||
'id' => 6,
|
||||
'uri' => '6',
|
||||
'guid' => '6',
|
||||
],
|
||||
],
|
||||
'item' => [
|
||||
[
|
||||
'id' => 1,
|
||||
|
|
Loading…
Reference in a new issue