[ticket/248] Move unit tests to unit folder

B3P-248
This commit is contained in:
Marc Alexander
2014-06-09 11:40:16 +02:00
parent e07af8de27
commit 66a1f20705
6 changed files with 6 additions and 6 deletions

View File

@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8" ?>
<dataset>
<table name="phpbb_styles">
<column>style_path</column>
<column>style_name</column>
<column>style_active</column>
<column>style_parent_tree</column>
<row>
<value>subsilver2</value>
<value>subsilver2</value>
<value>0</value>
<value></value>
</row>
<row>
<value>prosilver</value>
<value>prosilver</value>
<value>1</value>
<value></value>
</row>
</table>
</dataset>