Skip to content

Commit

Permalink
Merge pull request #113 from catalyst/issue112
Browse files Browse the repository at this point in the history
Fix failing unit tests in Moodle 4.2
  • Loading branch information
keevan committed Sep 21, 2023
2 parents 376559c + 8c7ba1a commit 1bb0b96
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion tests/externallib_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
require_once($CFG->dirroot . '/search/tests/fixtures/testable_core_search.php');
require_once($CFG->dirroot . '/search/tests/fixtures/mock_search_area.php');
require_once($CFG->dirroot . '/search/engine/elastic/tests/fixtures/testable_engine.php');
require_once($CFG->dirroot . '/search/engine/elastic/externallib.php');

/**
* Elasticsearch engine.
Expand Down
2 changes: 1 addition & 1 deletion version.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@
$plugin->dependencies = array(
'local_aws' => 2023010900,
);
$plugin->supported = [310, 401]; // A range of branch numbers of supported moodle versions.
$plugin->supported = [310, 402]; // A range of branch numbers of supported moodle versions.

0 comments on commit 1bb0b96

Please sign in to comment.