mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 09:26:35 +02:00
![]() 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). |
||
---|---|---|
.. | ||
amd | ||
classes | ||
db | ||
lang/en | ||
pix | ||
templates | ||
tests | ||
accept.php | ||
acceptances.php | ||
editpolicydoc.php | ||
index.php | ||
lib.php | ||
managedocs.php | ||
readme_moodle.txt | ||
settings.php | ||
styles.css | ||
thirdpartylibs.xml | ||
user.php | ||
version.php | ||
view.php | ||
viewall.php |