moodle/backup
Eloy Lafuente (stronk7) dadfb6e90c
MDL-81581 phpunit: Apply the new method to all remaining cases
After discussing it in the issue, we have agreed to apply
the new phpunit_util::normalise_line_endings() method to
all the remaining cases (within tests!) where the manual
replacement was being done. This commits achieves that.

Note that I've looked for both str_replace() and preg_replace()
cases, but only the former had cases worth converting. All the
later ones are different and cannot be replaced by the new
utility method.
2024-04-25 18:52:16 +02:00
..
cc MDL-65292 style: Fix all function declarations white space 2024-02-28 23:33:26 +01:00
controller MDL-65292 style: Fix all function declarations white space 2024-02-28 23:33:26 +01:00
converter MDL-65292 style: Fix all the function declaration ordering 2024-02-28 23:47:47 +01:00
moodle2 MDL-81553 phpunit: Move controller->destroy() to after its needed 2024-04-16 11:50:14 +09:30
tests MDL-67667 core: Deprecate and removal task blocking 2024-04-12 12:34:20 +08:00
util MDL-81581 phpunit: Apply the new method to all remaining cases 2024-04-25 18:52:16 +02:00
backup.class.php MDL-81615 backup: Bump release to 4.5 2024-04-20 20:56:34 +08:00
backup.php MDL-67667 core: Deprecate and removal task blocking 2024-04-12 12:34:20 +08:00
backupfilesedit.php MDL-79915 backup: Improve the Restore main page 2023-11-29 09:19:46 +01:00
backupfilesedit_form.php MDL-76810 redirect handling: ensure return URLs are properly sanitised 2023-01-11 11:42:28 +08:00
copy.php MDL-79912 backup: Create Course reuse index page 2023-11-22 18:11:43 +01:00
copyprogress.php MDL-79912 backup: Create Course reuse index page 2023-11-22 18:11:43 +01:00
externallib.php MDL-69983 backup: Save async backups in correct area. 2023-07-06 12:12:19 +10:00
import.php MDL-79912 backup: Create Course reuse index page 2023-11-22 18:11:43 +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-67667 core: Deprecate and removal task blocking 2024-04-12 12:34:20 +08:00
restorefile.php MDL-79915 backup: Improve the Restore main page 2023-11-29 09:19:46 +01:00
restorefile_form.php MDL-79915 backup: Improve the Restore main page 2023-11-29 09:19:46 +01:00
upgrade.txt MDL-81044 backup: Rename excluded events hook to meet style 2024-02-27 11:40:55 +08:00
view.php MDL-79912 backup: Create Course reuse index page 2023-11-22 18:11:43 +01:00