MDL-68654 quizaccess: destroy a restore controller in tests

This commit is contained in:
Dmitrii Metelkin
2020-05-10 09:29:16 +10:00
parent 36e5a07a59
commit 774bd482fd
@@ -114,6 +114,7 @@ class quizaccess_seb_backup_restore_testcase extends quizaccess_seb_testcase {
backup::INTERACTIVE_NO, backup::MODE_GENERAL, $this->user->id, backup::TARGET_CURRENT_ADDING);
$this->assertTrue($rc->execute_precheck());
$rc->execute_plan();
$rc->destroy();
}
/**