Merge pull request #19317 from ahed-compucorp/dev/core#2285
[civicrm-core.git] / tests / phpunit / api / v4 / DataSets / ConformanceTest.json
1 {
2 "Contact": [
3 {
4 "first_name": "Janice",
5 "last_name": "Voss",
6 "contact_type": "Individual",
7 "@ref": "test_contact_1"
8 }
9 ],
10 "CustomGroup": [
11 {
12 "name": "MyFavoriteThings",
13 "extends": "Contact"
14 }
15 ],
16 "Event": [
17 {
18 "start_date": "20401010000000",
19 "title": "The Singularity",
20 "event_type_id": "major_historical_event"
21 }
22 ],
23 "Group": [
24 {
25 "name": "the_group",
26 "title": "The Group"
27 }
28 ],
29 "Mapping": [
30 {
31 "name": "the_mapping",
32 "mapping_type_id": "1"
33 }
34 ],
35 "Activity": [
36 {
37 "subject": "Test A Phone Activity",
38 "activity_type_id:name": "Phone Call",
39 "source_contact_id": "@ref test_contact_1.id"
40 }
41 ],
42 "Contribution": [
43 {
44 "total_amount": 999.89,
45 "financial_type_id:name": "Donation",
46 "contact_id": "@ref test_contact_1.id"
47 }
48 ],
49 "Pledge" : [
50 {
51 "contact_id": "@ref test_contact_1.id",
52 "original_installment_amount" : 10,
53 "amount" : 10,
54 "start_date" : "now",
55 "create_date" : "now",
56 "status_id:name" : "Pending"
57 }
58 ],
59 "PaymentProcessor" : [
60 {
61 "payment_processor_type_id:name": "Dummy"
62 }
63 ]
64 }