fix header
[civicrm-core.git] / tests / phpunit / api / v3 / dataset / contribution_types.xml
1 <?xml version="1.0" encoding="UTF-8" ?>
2 <!-- $Id: -->
3 <dataset>
4 <table name="civicrm_contribution_type">
5 <column>id</column>
6 <column>name</column>
7 <column>accounting_code</column>
8 <column>description</column>
9 <column>is_deductible</column>
10 <column>is_reserved</column>
11 <column>is_active</column>
12 <row>
13 <value>10</value> <!-- id -->
14 <value>Gift</value> <!-- name -->
15 <value>1004</value> <!-- accounting_code -->
16 <value>For some worthwhile cause</value> <!-- description -->
17 <value>0</value> <!-- is_deductible -->
18 <null /> <!-- is_reserved -->
19 <value>1</value> <!-- is_active -->
20 </row>
21 <row>
22 <value>11</value> <!-- id -->
23 <value>Prize</value> <!-- name -->
24 <value>1005</value> <!-- accounting_code -->
25 <value>Also for some worthwhile cause</value> <!-- description -->
26 <value>0</value> <!-- is_deductible -->
27 <null /> <!-- is_reserved -->
28 <value>1</value> <!-- is_active -->
29 </row>
30 </table>
31 </dataset>