moodle/admin/tool/uploaduser
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-77186 core: Move all uses of cronlib to new class 2023-03-13 21:21:13 +08:00
db
lang/en MDL-81351 lang: Import fixed English strings (en_fix) 2024-03-26 23:13:15 +01:00
tests MDL-81523 phpunit: Add all missing setUp/tearDown parent calls 2024-06-14 16:04:57 +02:00
example.csv MDL-66705 tool_uploaduser: Add an example csv file. 2019-10-15 10:56:29 +08:00
index.php MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30
locallib.php MDL-77256 tool_uploaduser: fix get allowed roles for courses 2023-03-07 18:37:22 +01:00
picture.php MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30
picture_form.php MDL-65292 style: Fix all function declarations white space 2024-02-28 23:33:26 +01:00
settings.php
user_form.php MDL-65292 style: Fix all function declarations white space 2024-02-28 23:33:26 +01:00
version.php MDL-81549 versions: bump all versions and requires near release 2024-04-17 00:03:29 +08:00