moodle/backup
Eloy Lafuente (stronk7) fc530b1837 MDL-71367 unit tests: Add missing ->destroy() call to test backups
As part of the tests preparations, some backups are created, but
the tests aren't calling to their ->destroy() method at the end.

The destroy() method is needed to go cleaning and unsetting various
objects that, only then, will free resources, like memory, open files...

This isn't critical under Unix OSs... but Windows is really sensible
and keeps all open files locked, so any write operation on them fails.
2021-04-19 00:04:10 +02:00
..
cc MDL-69900 core_backup: Allow IMSCC v1.0 restore to finish 2020-10-09 09:04:22 +08:00
controller MDL-67837 backup: Verify caps before unenrolling users on course restore 2020-11-03 12:34:28 +01:00
converter MDL-67673 phpunit: Remove expectedException annotations 2020-10-21 12:46:00 +02:00
moodle2 MDL-71107 core_contentbank: Fill content author when copying a course 2021-04-07 10:03:38 +02:00
tests MDL-71367 unit tests: Add missing ->destroy() call to test backups 2021-04-19 00:04:10 +02:00
util MDL-69331 core_h5p: fix behat errors 2021-04-16 11:09:02 +02:00
backup.class.php MDL-69475 versions: bump all versions and requires in master 2020-08-17 00:11:41 +02:00
backup.php MDL-64310 backup: allow session to be released during backup/restore 2020-01-14 23:54:42 +01:00
backupfilesedit.php MDL-35429 backup: Only show relevant actions for automated backups 2017-10-10 12:30:57 +08:00
backupfilesedit_form.php MDL-58220 repo: Fix typo in FILE_CONTRLLED_LINK 2017-04-04 10:40:01 +08:00
copy.php MDL-64843 Backup: Course copy user interface 2020-05-15 06:02:02 +00:00
copyprogress.php MDL-64843 Backup: Course copy user interface 2020-05-15 06:02:02 +00:00
externallib.php MDL-64843 Backup: Course copy user interface 2020-05-15 06:02:02 +00:00
import.php MDL-41958 import: Constistently showing progress steps. 2019-11-30 10:07:56 +01:00
log.php MDL-34469 - lib - replacement of the deprecated get_context_instance and get_context_by_id functions (group 15) 2012-07-30 14:59:57 +08:00
restore.php MDL-64310 backup: allow session to be released during backup/restore 2020-01-14 23:54:42 +01:00
restorefile.php MDL-28505 Backup: Asynchronous backup and restore 2019-04-09 00:15:42 +00:00
restorefile_form.php MDL-50344 restore: Make restore file required 2015-05-25 12:02:16 +05:30
upgrade.txt MDL-71233 backup: Fix Moodle version for MDL-69418 2021-03-30 10:41:59 +11:00