Skip to content

Commit

Permalink
github-workflow - Add extra require for 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
EJMFarrow committed Mar 6, 2024
1 parent 1bc2b08 commit 82649cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/external/import_question_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
global $CFG;
require_once($CFG->dirroot . '/question/engine/tests/helpers.php');
require_once($CFG->dirroot . '/webservice/tests/helpers.php');
require_once($CFG->dirroot . '/lib/externallib.php');
require_once($CFG->dirroot . '/files/externallib.php');
require_once($CFG->dirroot. '/question/bank/gitsync/lib.php');

Expand Down

0 comments on commit 82649cd

Please sign in to comment.