diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2012-06-20 02:12:48 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2012-06-20 02:12:48 +0200 |
commit | 4fbbbfcebb6f8ed9867cb61623767a2f4c191ed6 (patch) | |
tree | db2d0892309b809a02a182221a8b2a00caac03c2 /tests/dbal/order_lower_test.php | |
parent | 8cea7b2a5173a69889d76b1e27469cf15e95cefc (diff) | |
download | forums-4fbbbfcebb6f8ed9867cb61623767a2f4c191ed6.tar forums-4fbbbfcebb6f8ed9867cb61623767a2f4c191ed6.tar.gz forums-4fbbbfcebb6f8ed9867cb61623767a2f4c191ed6.tar.bz2 forums-4fbbbfcebb6f8ed9867cb61623767a2f4c191ed6.tar.xz forums-4fbbbfcebb6f8ed9867cb61623767a2f4c191ed6.zip |
[ticket/10942] Fix function name on order_lower_test.php
PHPBB3-10942
Diffstat (limited to 'tests/dbal/order_lower_test.php')
-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 e16c0c20ee..84d454742f 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(); |