1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/10202] Add tests for phpbb_config_db_text.

PHPBB3-10202
This commit is contained in:
Andreas Fischer
2013-03-05 03:10:57 +01:00
parent a73b76cb24
commit 828c6c01bb
2 changed files with 134 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8" ?>
<dataset>
<table name="phpbb_config_text">
<column>config_name</column>
<column>config_value</column>
<row>
<value>foo</value>
<value>23</value>
</row>
<row>
<value>bar</value>
<value>42</value>
</row>
<row>
<value>meh</value>
<value>string-de-ding</value>
</row>
</table>
</dataset>