Fix the tests, hopefully
This commit is contained in:
parent
04580ad4fb
commit
e0fdde3287
3 changed files with 125 additions and 90 deletions
|
@ -33,10 +33,18 @@ return [
|
|||
'theme' => 'frio',
|
||||
],
|
||||
],
|
||||
'item-uri' => [
|
||||
[
|
||||
'id' => 42,
|
||||
'uri' => 'http://localhost/profile/selfcontact',
|
||||
'guid' => '42',
|
||||
],
|
||||
],
|
||||
'contact' => [
|
||||
[
|
||||
'id' => 42,
|
||||
'uid' => 42,
|
||||
'uri-id' => 42,
|
||||
'name' => 'Self contact',
|
||||
'nick' => 'selfcontact',
|
||||
'self' => 1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue