Merge pull request #11086 from agileware/CRM-21277
[civicrm-core.git] / tests / phpunit / api / v3 / dataset / acl_1_all.xml
1 <?xml version="1.0" encoding="UTF-8" ?>
2 <!-- $Id: acl_1_all.xml 30511 2010-11-03 11:36:36Z shot $ -->
3 <dataset>
4 <table name="civicrm_acl">
5 <column>id</column>
6 <column>name</column>
7 <column>deny</column>
8 <column>entity_table</column>
9 <column>entity_id</column>
10 <column>operation</column>
11 <column>object_table</column>
12 <column>object_id</column>
13 <column>acl_table</column>
14 <column>acl_id</column>
15 <column>is_active</column>
16 <row>
17 <value>1</value> <!-- id -->
18 <value>Core ACL</value> <!-- name -->
19 <value>0</value> <!-- deny -->
20 <value>civicrm_contact</value> <!-- entity_table -->
21 <value>1</value> <!-- entity_id -->
22 <value>All</value> <!-- operation -->
23 <value>access all custom data</value> <!-- object_table -->
24 <null /> <!-- object_id -->
25 <null /> <!-- acl_table -->
26 <null /> <!-- acl_id -->
27 <value>1</value> <!-- is_active -->
28 </row>
29 <row>
30 <value>3</value> <!-- id -->
31 <value>Core ACL</value> <!-- name -->
32 <value>0</value> <!-- deny -->
33 <value>civicrm_acl_role</value> <!-- entity_table -->
34 <value>1</value> <!-- entity_id -->
35 <value>All</value> <!-- operation -->
36 <value>access all custom data</value> <!-- object_table -->
37 <null /> <!-- object_id -->
38 <null /> <!-- acl_table -->
39 <null /> <!-- acl_id -->
40 <value>1</value> <!-- is_active -->
41 </row>
42 </table>
43 </dataset>