From 6771d69bb107819943999cad842ef911beacbbc9 Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 15 Feb 2021 06:25:41 +0000 Subject: [PATCH] Added test data --- tests/datasets/api.fixture.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/datasets/api.fixture.php b/tests/datasets/api.fixture.php index 3e80f7c551..9287583fc8 100644 --- a/tests/datasets/api.fixture.php +++ b/tests/datasets/api.fixture.php @@ -592,6 +592,7 @@ return [ 'author-id' => 42, 'owner-id' => 42, 'causer-id' => 42, + 'contact-id' => 42, 'network' => Protocol::DFRN, ], [ @@ -602,6 +603,7 @@ return [ 'author-id' => 43, 'owner-id' => 43, 'causer-id' => 43, + 'contact-id' => 43, 'network' => Protocol::DFRN, ], [ @@ -612,6 +614,7 @@ return [ 'author-id' => 44, 'owner-id' => 44, 'causer-id' => 44, + 'contact-id' => 44, 'network' => Protocol::DFRN, ], [ @@ -622,6 +625,7 @@ return [ 'author-id' => 42, 'owner-id' => 42, 'causer-id' => 42, + 'contact-id' => 42, 'network' => Protocol::DFRN, ], [ @@ -632,6 +636,7 @@ return [ 'author-id' => 43, 'owner-id' => 43, 'causer-id' => 43, + 'contact-id' => 43, 'network' => Protocol::DFRN, ], [ @@ -642,6 +647,7 @@ return [ 'author-id' => 44, 'owner-id' => 44, 'causer-id' => 44, + 'contact-id' => 44, 'network' => Protocol::DFRN, ], ],