. /** * Unit tests for the question type base class. * * @package moodlecore * @subpackage questiontypes * @copyright 2008 The Open University * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die(); require_once($CFG->dirroot . '/question/type/questiontypebase.php'); /** * Tests for some of ../questionbase.php * * @copyright 2008 The Open University * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ class question_type_test extends UnitTestCase { public static $includecoverage = array('question/type/questiontypebase.php'); }