MDL-44251 fix typo in DML unit tests.

This commit is contained in:
Tim Hunt
2014-03-02 09:41:17 +01:00
parent c185726964
commit 9eec598ca9
+1 -1
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() {