MDL-36983 fix incorrect test method name

Credit goes to David Scotson, thanks.
This commit is contained in:
Petr Škoda 2012-12-06 14:18:16 +01:00
parent 03953061ca
commit b39eac3eca

View File

@ -3844,7 +3844,7 @@ class dml_testcase extends database_driver_testcase {
$this->assertEquals("Firstname Surname", $DB->get_field_sql($sql, $params));
}
function sql_sql_order_by_text() {
function test_sql_order_by_text() {
$DB = $this->tdb;
$dbman = $DB->get_manager();