moodle/enrol/flatfile
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
..
classes MDL-65292 style: Fix all function declarations white space 2024-02-28 23:33:26 +01:00
cli MDL-63594 core: Final deprecation of CLI script from admin/tool/task/cli 2022-06-08 10:55:30 +02: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-63249 lang: Merge English strings from the en_fix language pack 2018-09-04 08:40:48 +02:00
tests MDL-81523 phpunit: Add all missing setUp/tearDown parent calls 2024-06-14 16:04:57 +02:00
adminlib.php
example.txt
lib.php MDL-59811 enrol: Move get_user_enrolment_actions logic to parent class 2017-10-09 10:29:02 +08:00
settings.php
version.php MDL-81549 versions: bump all versions and requires near release 2024-04-17 00:03:29 +08:00