Skip to content

Commit

Permalink
parent setUp tearDown
Browse files Browse the repository at this point in the history
  • Loading branch information
rdebleu committed Jun 11, 2024
1 parent fbe0e83 commit 6f586ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/masonry_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ final class masonry_test extends advanced_testcase {
*/
public function setUp(): void {
global $CFG, $DB;
parent::setUp();
$this->resetAfterTest(true);
$CFG->enablecompletion = true;
$CFG->enableavailability = true;
Expand Down

0 comments on commit 6f586ea

Please sign in to comment.