Add v4 order api, access it via order
[civicrm-core.git] / tests / phpunit / api / v4 / DataSets / ConformanceTest.json
index 3d7918ecba1979831bb8ec53bdbe1bf98164c641..bec93a78f6c1fbf57482d2d2f275a3339fd3ac24 100644 (file)
       "financial_type_id:name": "Donation",
       "min_contribution": "10.00"
     }
+  ],
+  "MembershipType": [
+    {
+      "name": "General",
+      "period_type" : "fixed",
+      "financial_type_id:name": "Donation",
+      "duration_unit" : "month",
+      "member_of_contact_id" : "@ref test_contact_1.id"
+    }
+  ],
+  "ContributionPage": [
+    {
+      "name": "General"
+    }
+  ],
+  "Membership": [
+    {
+      "membership_type_id:name": "General",
+      "contact_id" : "@ref test_contact_1.id",
+      "status_id:name" : "Pending"
+    }
   ]
 }