moodle/admin/tool/capability
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-77172 tool_capability: Rebuilt map file for search.js 2023-03-10 13:39:32 +08:00
classes MDL-65292 style: Fix all function declarations white space 2024-02-28 23:33:26 +01:00
lang/en MDL-66332 too_capability: add show differences option 2019-12-18 14:23:41 +01:00
tests MDL-81523 phpunit: Add all missing setUp/tearDown parent calls 2024-06-14 16:04:57 +02:00
index.php MDL-77172 tool_capability: replace YUI search with ESM version. 2023-03-04 10:19:31 +00:00
locallib.php MDL-70741 capability overview: missing whitespace after placeholder 2021-02-04 00:01:31 +01:00
renderer.php MDL-68008 tool_capability: shows multiple contexts when overrides exists 2020-03-03 17:46:11 +01:00
settings.php
styles.css MDL-77172 tool_capability: replace YUI search with ESM version. 2023-03-04 10:19:31 +00:00
version.php MDL-81549 versions: bump all versions and requires near release 2024-04-17 00:03:29 +08:00