MDL-20636 Fix if the use of the File API so images work in questions.

This commit is contained in:
Tim Hunt
2011-01-13 18:35:57 +00:00
parent 32d8935c8d
commit 7a7197482d
31 changed files with 373 additions and 236 deletions
@@ -36,7 +36,7 @@ class question_attempt_step_iterator_test extends UnitTestCase {
public function setUp() {
$question = test_question_maker::make_a_description_question();
$this->qa = new testable_question_attempt($question, 0);
$this->qa = new testable_question_attempt($question, 0, 0);
for ($i = 0; $i < 3; $i++) {
$step = new question_attempt_step(array('i' => $i));
$this->qa->add_step($step);