MDL-83472 phpunit: call parent setUp unit test method.

See also 674497a12c from MDL-81523.
This commit is contained in:
Paul Holden 2024-10-16 12:53:59 +01:00
parent 9ec7e01527
commit 9f9fa01a91
No known key found for this signature in database
GPG Key ID: A81A96D6045F6164

View File

@ -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();