From: Sunil Pawar Date: Wed, 15 Sep 2021 05:27:08 +0000 (+0530) Subject: Fix phpunit issues X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=d69e397614214e4ff8165e74173b27b8fab6f51d;p=civicrm-core.git Fix phpunit issues --- 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' => '',