Skip to content

Commit

Permalink
Merge pull request #31 from catalyst/issue30-master
Browse files Browse the repository at this point in the history
issue #30: fix broken test class
  • Loading branch information
sam-suresh authored May 17, 2023
2 parents ab791d5 + 2b561e4 commit e79363f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/condition_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class availability_othercompleted_condition_testcase extends advanced_testcase {
/**
* include class needed
*/
public function setUp() {
public function setUp(): void {
// include class information mock to use.
global $CFG;
require_once($CFG->dirroot . '/availability/tests/fixtures/mock_info.php');
Expand Down

0 comments on commit e79363f

Please sign in to comment.