1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-20 08:31:32 +02:00

Merge remote-tracking branch 'bantu/ticket/11575' into develop-olympus

* bantu/ticket/11575:
  [ticket/11575] Correct test_cross_join() to test_order_lower().
This commit is contained in:
Joas Schilling
2013-05-27 17:43:40 +02:00

View File

@@ -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();