From 1efcee030ec1b68bb4fa06f177092abd7583641f Mon Sep 17 00:00:00 2001 From: Michael Date: Fri, 15 May 2020 16:17:37 +0000 Subject: [PATCH] More missing table entries for tests --- tests/datasets/api.fixture.php | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/tests/datasets/api.fixture.php b/tests/datasets/api.fixture.php index c2313b605a..23346f7e59 100644 --- a/tests/datasets/api.fixture.php +++ b/tests/datasets/api.fixture.php @@ -57,6 +57,10 @@ return [ ], ], 'contact' => [ + [ + 'id' => 0, + 'uid' => 0, + ], [ 'id' => 42, 'uid' => 42, @@ -131,7 +135,12 @@ return [ 'uri' => '6', 'guid' => '6', ], - ], + ], + 'permissionset' => [ + [ + 'id' => 0, + ] + ], 'item' => [ [ 'id' => 1,