1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-09-08 23:31:04 +02:00

[ticket/10411] New class interface and unit tests for legend and teampage

PHPBB3-10411
This commit is contained in:
Joas Schilling
2012-11-13 11:22:30 +01:00
parent 69845585a2
commit ff7465e75f
6 changed files with 973 additions and 291 deletions

View File

@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="UTF-8" ?>
<dataset>
<table name="phpbb_groups">
<column>group_id</column>
<column>group_legend</column>
<column>group_desc</column>
<row>
<value>1</value>
<value>0</value>
<value></value>
</row>
<row>
<value>2</value>
<value>1</value>
<value></value>
</row>
<row>
<value>3</value>
<value>2</value>
<value></value>
</row>
</table>
</dataset>