mirror of
https://github.com/moodle/moodle.git
synced 2025-08-11 11:56:40 +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). |
||
---|---|---|
.. | ||
privacy | ||
async_backup_test.php | ||
async_restore_test.php | ||
automated_backup_test.php | ||
backup_cleanup_task_test.php | ||
backup_restore_base_testcase.php | ||
backup_restore_group_test.php | ||
backup_restore_permission_test.php | ||
externallib_test.php | ||
quiz_restore_decode_links_test.php | ||
roles_backup_restore_test.php |