mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
MDL-36983 fix incorrect test method name
Credit goes to David Scotson, thanks.
This commit is contained in:
parent
03953061ca
commit
b39eac3eca
@ -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();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user