mirror of
https://github.com/moodle/moodle.git
synced 2025-08-11 03:46:42 +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). |
||
---|---|---|
.. | ||
behat | ||
event | ||
fixtures | ||
generator | ||
local | ||
privacy | ||
backup_test.php | ||
calculated_question_summary_test.php | ||
coverage.php | ||
externallib_test.php | ||
generator_test.php | ||
importexport_test.php | ||
least_used_variant_strategy_test.php | ||
privacy_helper.php | ||
question_bank_column_test.php | ||
random_question_loader_test.php | ||
version_test.php |