From: Seamus Lee Date: Sun, 29 Aug 2021 01:20:13 +0000 (+1000) Subject: [NFC] Fix APIv4 Conformance tests on php8 X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=cf904f426f881d7ae44eda7e1e807137305ef068;p=civicrm-core.git [NFC] Fix APIv4 Conformance tests on php8 --- diff --git a/tests/phpunit/api/v4/DataSets/ConformanceTest.json b/tests/phpunit/api/v4/DataSets/ConformanceTest.json index bec93a78f6..bafc493278 100644 --- a/tests/phpunit/api/v4/DataSets/ConformanceTest.json +++ b/tests/phpunit/api/v4/DataSets/ConformanceTest.json @@ -105,6 +105,29 @@ "name": "General" } ], + "MembershipType": [ + { + "domain_id": "1", + "name": "General", + "description": "Regular annual membership.", + "member_of_contact_id": "1", + "financial_type_id": "2", + "minimum_fee": "100.000000000", + "duration_unit": "year", + "duration_interval": "2", + "period_type": "rolling", + "relationship_type_id": [ + "7" + ], + "relationship_direction": [ + "b_a" + ], + "visibility": "Public", + "weight": "1", + "auto_renew": "0", + "is_active": "1" + } + ], "Membership": [ { "membership_type_id:name": "General",