Proyectos de Subversion Moodle

Rev

Rev 11 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 11 Rev 1441
Línea 44... Línea 44...
44
 *
44
 *
45
 * @package    qformat_xml
45
 * @package    qformat_xml
46
 * @copyright  2009 The Open University
46
 * @copyright  2009 The Open University
47
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
47
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
48
 */
48
 */
49
class xmlformat_test extends \question_testcase {
49
final class xmlformat_test extends \question_testcase {
50
    public function make_test_question() {
50
    public function make_test_question() {
51
        global $USER;
51
        global $USER;
52
        $q = new \stdClass();
52
        $q = new \stdClass();
53
        $q->id = 0;
53
        $q->id = 0;
54
        $q->contextid = 0;
54
        $q->contextid = 0;