From e4d04e24843e60bb5b48c4fa12231c3d7d831238 Mon Sep 17 00:00:00 2001 From: Patryk Mroczko Date: Mon, 25 Nov 2024 11:17:09 +0100 Subject: [PATCH] Fix Moodle plugins CI errors --- tests/privacy_provider_test.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/privacy_provider_test.php b/tests/privacy_provider_test.php index d076e382..08ae5a45 100644 --- a/tests/privacy_provider_test.php +++ b/tests/privacy_provider_test.php @@ -47,6 +47,7 @@ final class privacy_provider_test extends provider_testcase { * Tests set up. */ protected function setUp(): void { + parent::setUp(); $this->resetAfterTest(); $this->setAdminUser(); }