From 19f2a998d228c1485219c0e31af3eb35b38eef7f Mon Sep 17 00:00:00 2001 From: Michael Date: Fri, 29 May 2020 02:25:17 +0000 Subject: [PATCH] Added new field to the test data --- tests/datasets/api.fixture.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/datasets/api.fixture.php b/tests/datasets/api.fixture.php index 8713b1ff3..54d4f4d3c 100644 --- a/tests/datasets/api.fixture.php +++ b/tests/datasets/api.fixture.php @@ -268,6 +268,7 @@ return [ 'thread' => [ [ 'iid' => 1, + 'uri-id' => 1, 'visible' => 1, 'contact-id' => 42, 'author-id' => 42, @@ -277,6 +278,7 @@ return [ ], [ 'iid' => 3, + 'uri-id' => 3, 'visible' => 1, 'contact-id' => 43, 'author-id' => 43, @@ -286,6 +288,7 @@ return [ ], [ 'iid' => 6, + 'uri-id' => 6, 'visible' => 1, 'contact-id' => 44, 'author-id' => 44,