mirror of
https://github.com/moodle/moodle.git
synced 2025-04-05 08:23:01 +02:00
Merge branch 'MDL-58584-master' of git://github.com/rezaies/moodle
This commit is contained in:
commit
bc51efe54b
@ -1894,6 +1894,8 @@ class core_ddl_testcase extends database_driver_testcase {
|
||||
// Data of test_table2 should be intact.
|
||||
$this->assertEquals(true, $metacache->has('test_table2'));
|
||||
|
||||
// Delete the leftover temp table.
|
||||
$dbman->drop_table($table1);
|
||||
}
|
||||
|
||||
public function test_reset_sequence() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user