mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-44251 fix typo in DML unit tests.
This commit is contained in:
parent
c185726964
commit
9eec598ca9
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ class core_dml_testcase extends database_driver_testcase {
|
||||||
|
|
||||||
$table = new xmldb_table($tablename);
|
$table = new xmldb_table($tablename);
|
||||||
$table->setComment("This is a test'n drop table. You can drop it safely");
|
$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() {
|
public function test_diagnose() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue