MDL-44251 fix typo in DML unit tests.

This commit is contained in:
Tim Hunt 2014-02-20 12:16:03 +00:00
parent c185726964
commit 9eec598ca9

View file

@ -48,7 +48,7 @@ class core_dml_testcase extends database_driver_testcase {
$table = new xmldb_table($tablename);
$table->setComment("This is a test'n drop table. You can drop it safely");
return new xmldb_table($tablename);
return $table;
}
public function test_diagnose() {