[NFC] Fix APIv4 Conformance tests on php8
authorSeamus Lee <seamuslee001@gmail.com>
Sun, 29 Aug 2021 01:20:13 +0000 (11:20 +1000)
committerSeamus Lee <seamuslee001@gmail.com>
Sun, 29 Aug 2021 01:20:13 +0000 (11:20 +1000)
tests/phpunit/api/v4/DataSets/ConformanceTest.json

index bec93a78f6c1fbf57482d2d2f275a3339fd3ac24..bafc49327847a413b6caffd3e9dd861441030485 100644 (file)
       "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",