mirror of
https://github.com/moodle/moodle.git
synced 2025-02-22 02:49:53 +01:00
MDL-83472 phpunit: call parent setUp unit test method.
See also 674497a12c from MDL-81523.
This commit is contained in:
parent
9ec7e01527
commit
9f9fa01a91
@ -39,6 +39,8 @@ final class report_progress_helper_test extends advanced_testcase {
|
||||
public function setUp(): void {
|
||||
global $CFG;
|
||||
|
||||
parent::setUp();
|
||||
|
||||
$CFG->enablecompletion = true;
|
||||
$this->setAdminUser();
|
||||
$this->resetAfterTest();
|
||||
|
Loading…
x
Reference in New Issue
Block a user