Fix the tests, hopefully

This commit is contained in:
Michael 2021-07-09 17:13:54 +00:00
commit e0fdde3287
3 changed files with 125 additions and 90 deletions

View file

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