moodle/auth/lti
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-81405 session: New core cookie helper utility class 2024-04-06 12:20:59 +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-81351 lang: Import fixed English strings (en_fix) 2024-03-26 23:13:15 +01:00
templates/local/ltiadvantage MDL-80836 auth_lti: take user through login instead of sesspiggyback 2024-02-15 12:27:20 +08:00
tests MDL-81523 phpunit: Add all missing setUp/tearDown parent calls 2024-06-14 16:04:57 +02:00
auth.php MDL-80835 auth_lti: fix bad cast breaking samesite LTI usage 2024-03-21 15:35:48 +08:00
lib.php MDL-69542 auth_lti: add mode based user provisioning 2022-02-11 11:06:54 +08:00
login.php MDL-78219 auth_lti: ensure user updates happen after authentication 2024-01-15 15:41:52 +08:00
version.php MDL-81549 versions: bump all versions and requires near release 2024-04-17 00:03:29 +08:00