moodle/admin/tool/policy
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-78324 core: Convert modals to use new static methods 2023-09-09 00:04:11 +08:00
classes MDL-80973 tool_policy: Fix edge case 2024-05-27 17:19:53 +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-76739 lang: Import fixed English strings (en_fix) 2023-01-12 09:17:27 +08:00
pix MDL-74815 pix: Convert PNG version of darkened SVG icons 2022-07-04 14:03:39 +08:00
templates MDL-78994 tool_policy: Move guest consent to start of page. 2024-02-20 13:38:51 +00:00
tests MDL-81523 phpunit: Add all missing setUp/tearDown parent calls 2024-06-14 16:04:57 +02:00
accept.php MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30
acceptances.php
editpolicydoc.php
index.php MDL-71807 cleanup: Replace deprecated codingStandardsIgnore annotations 2022-03-08 10:48:53 +01:00
lib.php MDL-81144 core: Convert standard_footer_html to hook 2024-04-02 10:23:41 +08:00
managedocs.php
readme_moodle.txt MDL-67384 tool_policy: Upgrade jQuery EU Cookie Law popups to 1.1.3 2019-12-10 18:38:08 +11:00
settings.php
styles.css MDL-78994 tool_policy: Move guest consent to start of page. 2024-02-20 13:38:51 +00:00
thirdpartylibs.xml MDL-74697 libraries: Update all third-party libraries with more metadata 2022-07-22 07:28:47 +02:00
user.php MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30
version.php MDL-81549 versions: bump all versions and requires near release 2024-04-17 00:03:29 +08:00
view.php MDL-71807 cleanup: Replace deprecated codingStandardsIgnore annotations 2022-03-08 10:48:53 +01:00
viewall.php MDL-71807 cleanup: Replace deprecated codingStandardsIgnore annotations 2022-03-08 10:48:53 +01:00