Skip to content

Commit

Permalink
Fix codechecker failure (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssj365 authored Nov 1, 2024
1 parent e19b486 commit f867ad0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/utils_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ public static function provider_get_value_for_fields(): array {
* Setup
*/
public function setUp(): void {
parent::setUp();
$this->resetAfterTest();
$datagenerator = $this->getDataGenerator();
$this->course = $datagenerator->create_course(['fullname' => 'BBBCourse FULL', 'shortname' => 'BBBCourse']);
Expand Down

0 comments on commit f867ad0

Please sign in to comment.