mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-10 03:36:31 +02:00
[ticket/10942] Fix function name on order_lower_test.php
PHPBB3-10942
This commit is contained in:
@ -14,7 +14,7 @@ class phpbb_dbal_order_lower_test extends phpbb_database_test_case
|
|||||||
return $this->createXMLDataSet(dirname(__FILE__).'/fixtures/styles.xml');
|
return $this->createXMLDataSet(dirname(__FILE__).'/fixtures/styles.xml');
|
||||||
}
|
}
|
||||||
|
|
||||||
public function test_cross_join()
|
public function test_order_lower()
|
||||||
{
|
{
|
||||||
$db = $this->new_dbal();
|
$db = $this->new_dbal();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user