From 16e69cbffa27835ae865056dd3bc29cefcdb9751 Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 21 Nov 2021 06:14:38 +0000 Subject: [PATCH] Adding more test data --- tests/legacy/ApiTest.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/legacy/ApiTest.php b/tests/legacy/ApiTest.php index f6e38dc08..37988707f 100644 --- a/tests/legacy/ApiTest.php +++ b/tests/legacy/ApiTest.php @@ -2237,8 +2237,10 @@ class ApiTest extends FixtureTest 'owner-id' => 43, 'plink' => '', 'uid' => $this->selfUser['id'], + 'id' => 1, 'uri-id' => 1, 'created' => '', + 'app' => '', ] ]; foreach ($items as $item) { @@ -2265,8 +2267,10 @@ class ApiTest extends FixtureTest 'owner-id' => 43, 'plink' => '', 'uid' => $this->selfUser['id'], + 'id' => 1, 'uri-id' => 1, 'created' => '', + 'app' => '', ] ];