mirror of
https://github.com/moodle/moodle.git
synced 2025-02-22 19:06:51 +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 {
|
public function setUp(): void {
|
||||||
global $CFG;
|
global $CFG;
|
||||||
|
|
||||||
|
parent::setUp();
|
||||||
|
|
||||||
$CFG->enablecompletion = true;
|
$CFG->enablecompletion = true;
|
||||||
$this->setAdminUser();
|
$this->setAdminUser();
|
||||||
$this->resetAfterTest();
|
$this->resetAfterTest();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user