Merge pull request #11086 from agileware/CRM-21277
[civicrm-core.git] / tests / phpunit / api / v3 / dataset / uf_group_test.xml
1 <?xml version='1.0' encoding='utf-8' ?>
2 <!-- a clean environment for the api_v2_UFGroupTest class -->
3 <dataset>
4 <civicrm_group
5 id = '2'
6 />
7 <civicrm_contact
8 id = '69'
9 />
10 <civicrm_uf_group
11 id = '11'
12 group_type = 'Contact'
13 help_pre = 'Profile to Test API'
14 is_active = '1'
15 title = 'Test Profile'
16 />
17 <civicrm_uf_match
18 contact_id = '69'
19 domain_id = '1'
20 uf_id = '42'
21 />
22 </dataset>