diff options
author | Andreas Fischer <bantu@phpbb.com> | 2013-05-27 12:56:03 +0200 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2013-05-27 13:33:41 +0200 |
commit | 8a13fff2aa16c656e3a39be374dded2211c37b38 (patch) | |
tree | 208069b282f0f1509e1ff88dbd3c8b940e9126f2 /tests | |
parent | 2b356e766f8d0f3e9dfc2d1fdd6bc857fdb63497 (diff) | |
download | forums-8a13fff2aa16c656e3a39be374dded2211c37b38.tar forums-8a13fff2aa16c656e3a39be374dded2211c37b38.tar.gz forums-8a13fff2aa16c656e3a39be374dded2211c37b38.tar.bz2 forums-8a13fff2aa16c656e3a39be374dded2211c37b38.tar.xz forums-8a13fff2aa16c656e3a39be374dded2211c37b38.zip |
[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
Diffstat (limited to 'tests')
-rw-r--r-- | tests/dbal/order_lower_test.php | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |