Skip to content

Commit

Permalink
CI CC
Browse files Browse the repository at this point in the history
  • Loading branch information
gjb2048 committed Jun 28, 2024
1 parent e22ca68 commit 99d05c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/courseformatlib_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ final class courseformatlib_test extends \advanced_testcase {
protected $courseformat;

protected function setUp(): void {
parent::setUp();
$this->resetAfterTest(true);

set_config('theme', 'boost');
Expand Down
1 change: 1 addition & 0 deletions tests/courseformattoolbox_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
*/
final class courseformattoolbox_test extends \advanced_testcase {
protected function setUp(): void {
parent::setUp();
$this->resetAfterTest(true);

set_config('theme', 'boost');
Expand Down

0 comments on commit 99d05c0

Please sign in to comment.