From d69e397614214e4ff8165e74173b27b8fab6f51d Mon Sep 17 00:00:00 2001 From: Sunil Pawar Date: Wed, 15 Sep 2021 10:57:08 +0530 Subject: [PATCH] Fix phpunit issues --- tests/phpunit/CRM/Member/Form/MembershipTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/phpunit/CRM/Member/Form/MembershipTest.php b/tests/phpunit/CRM/Member/Form/MembershipTest.php index 65fb3bd061..0ee5fd0c6f 100644 --- a/tests/phpunit/CRM/Member/Form/MembershipTest.php +++ b/tests/phpunit/CRM/Member/Form/MembershipTest.php @@ -1332,6 +1332,7 @@ Expires: ', // register for both of these memberships via backoffice membership form submission $params = [ 'cid' => $contactId, + 'contact_id' => $contactId, 'join_date' => date('Y-m-d'), 'start_date' => '', 'end_date' => '', -- 2.25.1