]> git.mxchange.org Git - friendica.git/blobdiff - tests/datasets/storage/database.fixture.php
Merge remote-tracking branch 'upstream/develop' into diaspora-item
[friendica.git] / tests / datasets / storage / database.fixture.php
index 6a73d4ed2aec5b8b556b424c0d8370442e3b2faf..9fbd7f983f621da869f6f35392c0ef2f9075b80a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -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,