mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-29 14:48:53 +00:00
[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
This commit is contained in:
parent
2b356e766f
commit
8a13fff2aa
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue