MDL-74452 quiz: Fix reopen_open_attempt_test

This commit is contained in:
Mark Johnson 2023-03-21 15:16:07 +00:00
parent 72e7818467
commit ace34e2bb2

View File

@ -16,6 +16,10 @@
namespace mod_quiz\external;
defined('MOODLE_INTERNAL') || die();
require_once(__DIR__ . '/../../../../webservice/tests/helpers.php');
use coding_exception;
use core_question_generator;
use externallib_advanced_testcase;