MDL-61364 question: adjust code and fix phpunit errors

This commit is contained in:
Simey Lameze 2018-03-26 11:31:24 +08:00
parent e7329cd026
commit 2cf7bde8e9
5 changed files with 7 additions and 1 deletions

View file

@ -119,6 +119,7 @@ abstract class question_test_helper {
$catcontext = context::instance_by_id($cat->contextid, MUST_EXIST);
$contexts = new question_edit_contexts($catcontext);
$dataforformconstructor = new stdClass();
$dataforformconstructor->createdby = $questiondata->createdby;
$dataforformconstructor->qtype = $questiondata->qtype;
$dataforformconstructor->contextid = $questiondata->contextid = $catcontext->id;
$dataforformconstructor->category = $questiondata->category = $cat->id;