MDL-46895 qtype_calculated_find_formula_errors not defined causes Calculated question type test to fail

This commit is contained in:
Colin Chambers
2014-08-22 14:03:36 +01:00
parent b01092111c
commit deab7fda59
@@ -28,6 +28,7 @@ defined('MOODLE_INTERNAL') || die();
global $CFG;
require_once($CFG->dirroot . '/question/type/calculated/question.php');
require_once($CFG->dirroot . '/question/type/calculated/questiontype.php');
/**