moodle/admin/tool/behat/tests
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
..
behat MDL-80460 behat: Fix tests to replace Topic with Section 2024-03-06 15:25:22 +01:00
external MDL-81523 phpunit: Add all missing setUp/tearDown parent calls 2024-06-14 16:04:57 +02:00
fixtures MDL-58428 phpunit: PHPUnit will mock the theme config in testing. 2019-02-26 16:24:46 +08:00
behat_form_text_test.php MDL-81522 phpunit: Add missing void return type to all tests 2024-06-11 11:55:07 +02:00
manager_util_test.php MDL-81698 phpunit: Apply various fixes towards 1by1 execution 2024-05-25 17:19:44 +02:00