From 8a13fff2aa16c656e3a39be374dded2211c37b38 Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Mon, 27 May 2013 12:56:03 +0200 Subject: [PATCH] [ticket/11575] Correct test_cross_join() to test_order_lower(). This test does not do any cross joining, it only tests ORDER BY LOWER(...). PHPBB3-11575 --- tests/dbal/order_lower_test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/dbal/order_lower_test.php b/tests/dbal/order_lower_test.php index b50494d506..b07f1baa91 100644 --- a/tests/dbal/order_lower_test.php +++ b/tests/dbal/order_lower_test.php @@ -14,7 +14,7 @@ class phpbb_dbal_order_lower_test extends phpbb_database_test_case return $this->createXMLDataSet(dirname(__FILE__).'/fixtures/styles.xml'); } - public function test_cross_join() + public function test_order_lower() { $db = $this->new_dbal();