]> git.mxchange.org Git - friendica.git/blobdiff - tests/datasets/api.fixture.php
Call the initial value check in the test
[friendica.git] / tests / datasets / api.fixture.php
index fb11ae3476460f234a7153befa6de496fd574bf2..8713b1ff36479254260c9addbc77e5dd2ecb9d3a 100644 (file)
@@ -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,