Skip to content

Commit

Permalink
Fix Moodle plugins CI errors
Browse files Browse the repository at this point in the history
  • Loading branch information
patmr7 committed Nov 25, 2024
1 parent 94b1030 commit 2100522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/privacy_provider_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ final class privacy_provider_test extends \core_privacy\tests\provider_testcase
* Tests set up.
*/
public function setUp(): void {
global $CFG;
parent::setUp();
$this->resetAfterTest();
$this->setAdminUser();
}
Expand Down

0 comments on commit 2100522

Please sign in to comment.