Merge pull request #17615 from seamuslee001/phpunit7_new
[civicrm-core.git] / tests / fixtures / case_relationships.json
CommitLineData
b01b546f
TO
1{
2 "civicrm_relationship_type": [
3 {
4 "name_a_b": "Homeless Services Coordinator is",
5 "label_a_b": "Homeless Services Coordinator is",
6 "name_b_a": "Homeless Services Coordinator",
7 "label_b_a": "Homeless Services Coordinator",
8 "description": "Homeless Services Coordinator",
9 "contact_type_a": "Individual",
10 "contact_type_b": "Individual",
11 "is_reserved": 0,
12 "is_active": 1
13 },
14 {
15 "name_a_b": "Health Services Coordinator is",
16 "label_a_b": "Health Services Coordinator is",
17 "name_b_a": "Health Services Coordinator",
18 "label_b_a": "Health Services Coordinator",
19 "description": "Health Services Coordinator",
20 "contact_type_a": "Individual",
21 "contact_type_b": "Individual",
22 "is_reserved": 0,
23 "is_active": 1
24 },
25 {
26 "name_a_b": "Senior Services Coordinator is",
27 "label_a_b": "Senior Services Coordinator is",
28 "name_b_a": "Senior Services Coordinator",
29 "label_b_a": "Senior Services Coordinator",
30 "description": "Senior Services Coordinator",
31 "contact_type_a": "Individual",
32 "contact_type_b": "Individual",
33 "is_reserved": 0,
34 "is_active": 1
35 },
36 {
37 "name_a_b": "Benefits Specialist is",
38 "label_a_b": "Benefits Specialist is",
39 "name_b_a": "Benefits Specialist",
40 "label_b_a": "Benefits Specialist",
41 "description": "Benefits Specialist",
42 "contact_type_a": "Individual",
43 "contact_type_b": "Individual",
44 "is_reserved": 0,
45 "is_active": 1
46 }
47 ]
7d61e75f 48}