diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2013-05-27 17:43:40 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2013-05-27 17:43:40 +0200 |
commit | 49149c0d41419767ee07489d3394a11a868cd75c (patch) | |
tree | 889b98eaf87ec5bdd52b174a8f14cee7a0fe6ede | |
parent | f77111fe0e2f590898bea89ec771ba87aeceee6e (diff) | |
parent | 8a13fff2aa16c656e3a39be374dded2211c37b38 (diff) | |
download | forums-49149c0d41419767ee07489d3394a11a868cd75c.tar forums-49149c0d41419767ee07489d3394a11a868cd75c.tar.gz forums-49149c0d41419767ee07489d3394a11a868cd75c.tar.bz2 forums-49149c0d41419767ee07489d3394a11a868cd75c.tar.xz forums-49149c0d41419767ee07489d3394a11a868cd75c.zip |
Merge remote-tracking branch 'bantu/ticket/11575' into develop-olympus
* bantu/ticket/11575:
[ticket/11575] Correct test_cross_join() to test_order_lower().
-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(); |