moodle/mod/scorm
Eloy Lafuente (stronk7) 674497a12c
MDL-81523 phpunit: Add all missing setUp/tearDown parent calls
All setUp(), tearDown(), setUpBeforeClass() and tearDownAfterClass()
must, always, call to parent, to ensure that everything is properly
set and cleaned.

While in a lot of situations this is not needed (parents may not
have anything to run), with PHPUnit >= 10 this can become more
important because we are going to move the reset code from current
placement @ runBare() to setUp()/tearDown().

Note that all the changes performed in this commit have been detected
and fixed by moodle-cs (ParentSetUpTearDownSniffTest).
2024-06-14 16:04:57 +02:00
..
backup MDL-65292 style: Fix all the function declaration ordering 2024-02-28 23:47:47 +01:00
classes MDL-81472 mod_scorm: add missing library require to privacy class. 2024-04-09 11:36:52 +01:00
datamodels MDL-46279 mod_scorm: re-factor database tables. 2023-07-18 16:10:47 +12:00
db MDL-81616 upgrade: add the 4.4.0 separation line to all upgrade scripts 2024-04-20 21:01:04 +08:00
lang/en MDL-81872 course: Improve wording and workflow for reset 2024-05-27 16:18:54 +02:00
pix NOBUG: Fixed SVG browser compatibility 2024-02-23 08:37:37 +07:00
report MDL-81523 phpunit: Add all missing setUp/tearDown parent calls 2024-06-14 16:04:57 +02:00
templates MDL-77164 various: fix mustache template name 2023-04-13 09:43:15 +01:00
tests MDL-81523 phpunit: Add all missing setUp/tearDown parent calls 2024-06-14 16:04:57 +02:00
aicc.php Merge branch 'MDL-63539' of https://github.com/danmarsden/moodle 2023-09-11 11:14:48 +08:00
datamodel.php MDL-46279 mod_scorm: Fix updating of scorm values on re-entry to scorm. 2023-07-21 19:45:43 +12:00
deprecatedlib.php MDL-71196 completion: final removal of get_completion_state support. 2023-07-31 09:04:03 +01:00
grade.php MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30
index.php MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30
lib.php MDL-81872 course: Improve the summary page for reset 2024-05-27 16:18:54 +02:00
loadSCO.php MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30
locallib.php MDL-79967 scorm: Fix scorm_insert_track grading calls. 2023-11-20 22:02:22 +13:00
mod_form.php MDL-81276 mod_scorm: Fix minimum score validation 2024-03-19 22:43:22 +01:00
module.js MDL-74454 mod_scorm: Fixed problems in lateral navigation. 2022-10-05 12:40:06 +02:00
player.js
player.php MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30
prereqs.php MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30
renderer.php MDL-73448 scorm: Update scorm tertiary navigation 2022-02-10 15:23:36 +08:00
report.php MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30
reportsettings_form.php
request.js MDL-68896 mod_scorm: improved sendBeacon use when unloading 2020-08-19 20:29:28 +12:00
settings.php MDL-73448 scorm: Remove displayactivityname in scorm. 2022-02-10 15:23:36 +08:00
styles.css
upgrade.txt MDL-81125 core: Update upgrade.txt files to document new upgrade notes 2024-05-20 22:26:45 +08:00
version.php MDL-81549 versions: bump all versions and requires near release 2024-04-17 00:03:29 +08:00
view.js MDL-73448 scorm: Update scorm tertiary navigation 2022-02-10 15:23:36 +08:00
view.php MDL-46279 mod_scorm: re-factor database tables. 2023-07-18 16:10:47 +12:00