1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

[ticket/11541] Add unit tests for style_select()

PHPBB3-11541
This commit is contained in:
Joas Schilling
2013-05-14 15:55:21 +02:00
parent b347986923
commit 25be16748d
2 changed files with 64 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8" ?>
<dataset>
<table name="phpbb_styles">
<column>style_id</column>
<column>style_name</column>
<column>style_active</column>
<row>
<value>1</value>
<value>prosilver</value>
<value>1</value>
</row>
<row>
<value>2</value>
<value>subsilver2</value>
<value>1</value>
</row>
<row>
<value>3</value>
<value>zoo</value>
<value>0</value>
</row>
</table>
</dataset>