From 80149d0c872292cf7cf7be8aa1eca5641f7cd708 Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Thu, 15 Dec 2011 16:18:52 +0200 Subject: [ticket/10507] DBAL unit test Unit test for ORDER BY LOWER(style_name) PHPBB3-10507 --- tests/dbal/fixtures/styles.xml | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 tests/dbal/fixtures/styles.xml (limited to 'tests/dbal/fixtures') diff --git a/tests/dbal/fixtures/styles.xml b/tests/dbal/fixtures/styles.xml new file mode 100644 index 0000000000..47b384c47f --- /dev/null +++ b/tests/dbal/fixtures/styles.xml @@ -0,0 +1,39 @@ + + + + style_id + style_name + style_copyright + style_active + template_id + theme_id + imageset_id + + 1 + prosilver + © phpBB Group + 1 + 1 + 1 + 1 + + + 2 + prosilver2 + © phpBB Group + 0 + 2 + 2 + 2 + + + 3 + Prosilver1 + © phpBB Group + 0 + 3 + 3 + 3 + +
+
-- cgit v1.2.1