From 828c6c01bb3ffff4d58f1bea1aad82663d656f2c Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Tue, 5 Mar 2013 03:10:57 +0100 Subject: [ticket/10202] Add tests for phpbb_config_db_text. PHPBB3-10202 --- tests/config/fixtures/config_text.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 tests/config/fixtures/config_text.xml (limited to 'tests/config/fixtures') diff --git a/tests/config/fixtures/config_text.xml b/tests/config/fixtures/config_text.xml new file mode 100644 index 0000000000..5acac13ea3 --- /dev/null +++ b/tests/config/fixtures/config_text.xml @@ -0,0 +1,19 @@ + + + + config_name + config_value + + foo + 23 + + + bar + 42 + + + meh + string-de-ding + +
+
-- cgit v1.2.1