moodle/backup
Eloy Lafuente (stronk7) 07a069f1c0 MDL-50063 unittests: Remove some unnecesary gc_collect_cycles()
Now backup and restore operations free logger resources calling
to the destroy() method. This commit ensures:

1) That gc_collect_cycles() is not used anymore in backup-related tests.
2) That all backup and restore controllers in test do always call
   to the detroy() method.
3) Some unset() calls, needed to make gc_collect_cycles() are not used
   anymore.
2016-05-13 02:50:45 +02:00
..
cc MDL-51784 general: Adding missing php4 style constructors 2015-12-11 14:02:42 +08:00
controller MDL-54205 backup: loggers close() and destroy() 2016-05-13 01:54:28 +02:00
converter MDL-49799 behat: replaced asd.com with example.com 2015-04-20 11:21:20 +08:00
moodle2 MDL-50063 unittests: Remove some unnecesary gc_collect_cycles() 2016-05-13 02:50:45 +02:00
util MDL-50063 unittests: Remove some unnecesary gc_collect_cycles() 2016-05-13 02:50:45 +02:00
backup.class.php MDL-52139 backup: Bump release to 3.1 2015-11-16 00:39:17 +01:00
backup.php MDL-52940 core_backup: prevent always displaying logs 2016-02-01 12:43:53 +08:00
backupfilesedit.php MDL-35991 - use PARAM_LOCALURL for local urls 2013-01-07 10:09:20 +08:00
backupfilesedit_form.php MDL-40816 backup: code cleanup on the manage backups form 2013-07-22 18:15:07 +08:00
import.php Merge branch 'MDL-41644' of git://github.com/apsdehal/moodle 2014-02-12 09:24:06 +13: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-52940 core_backup: prevent always displaying logs 2016-02-01 12:43:53 +08:00
restorefile.php MDL-43526 course: links to restore from management and admin structure. 2014-01-07 12:08:34 +08:00
restorefile_form.php MDL-50344 restore: Make restore file required 2015-05-25 12:02:16 +05:30
upgrade.txt MDL-54205 backup: loggers close() and destroy() 2016-05-13 01:54:28 +02:00