moodle/admin/tool/mfa
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
..
amd MDL-79920 tool_mfa: Minor updates 2024-04-05 11:29:20 +07:00
classes MDL-78942 tool_mfa: replace deprecated coding standards annotation. 2024-04-22 12:28:37 +01:00
db MDL-79920 tool_mfa: Improve MFA management for users 2024-04-05 10:10:09 +11:00
factor MDL-81523 phpunit: Add all missing setUp/tearDown parent calls 2024-06-14 16:04:57 +02:00
lang/en MDL-79920 tool_mfa: Minor updates 2024-04-05 11:29:20 +07:00
templates MDL-80877 tool_mfa: protect logout process with sesskey check. 2024-04-17 03:44:21 +00:00
tests MDL-81522 phpunit: Add missing void return type to all tests 2024-06-11 11:55:07 +02:00
action.php MDL-79920 tool_mfa: Improve MFA management for users 2024-04-05 10:10:09 +11:00
auth.php MDL-80877 tool_mfa: protect logout process with sesskey check. 2024-04-17 03:44:21 +00:00
factor_report.php
guide.php MDL-78509 tool_mfa: Fixes based on the report and other issues 2023-08-29 11:06:44 +08:00
index.php MDL-80878 tool_mfa: safely retrieve the referrer URL. 2024-04-17 03:44:22 +00:00
lib.php MDL-79920 tool_mfa: Minor updates 2024-04-05 11:29:20 +07:00
reset_factor.php MDL-80548 admin: Add bulk user actions also to user list 2024-03-04 12:14:45 +00:00
settings.php MDL-79398 tool_mfa: remove unused enabled configuration help string. 2023-09-18 19:10:09 +01:00
styles.css MDL-78534 Authentication: MFA Improve 2nd factor verify flow 2023-09-14 11:50:16 +10:00
upgrade.txt MDL-81125 core: Update upgrade.txt files to document new upgrade notes 2024-05-20 22:26:45 +08:00
user_preferences.php MDL-79920 tool_mfa: Improve MFA management for users 2024-04-05 10:10:09 +11:00
version.php MDL-81549 versions: bump all versions and requires near release 2024-04-17 00:03:29 +08:00