From: Michael Date: Fri, 15 May 2020 16:17:37 +0000 (+0000) Subject: More missing table entries for tests X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1efcee030ec1b68bb4fa06f177092abd7583641f;p=friendica.git More missing table entries for tests --- 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,