1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-20 15:31:42 +02:00

[ticket/13867] Add tests

PHPBB3-13867
This commit is contained in:
Tristan Darricau
2016-12-30 15:13:47 +01:00
committed by mrgoldy
parent b1e1ee7d55
commit b3f3886cd9
5 changed files with 174 additions and 1 deletions

View File

@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="UTF-8" ?>
<dataset>
<table name="phpbb_profile_fields">
<column>field_id</column>
<column>field_ident</column>
<column>field_active</column>
<column>field_type</column>
<column>field_order</column>
<row>
<value>1</value>
<value>pf_1</value>
<value>1</value>
<value>foo_bar_type</value>
<value>1</value>
</row>
<row>
<value>2</value>
<value>pf_2</value>
<value>1</value>
<value>foo_bar_type</value>
<value>2</value>
</row>
<row>
<value>3</value>
<value>pf_3</value>
<value>1</value>
<value>other_type</value>
<value>3</value>
</row>
</table>
</dataset>