Merge branch 'MDL-53393-master' of git://github.com/cameron1729/moodle

This commit is contained in:
Eloy Lafuente (stronk7) 2016-03-22 03:16:51 +01:00
commit 55e90f2270
8 changed files with 76 additions and 51 deletions

View file

@ -152,7 +152,7 @@ class mod_quiz_locallib_testcase extends advanced_testcase {
$summary = quiz_question_tostring($question);
$this->assertEquals('<span class="questionname">The question name</span> ' .
'<span class="questiontext">What sort of INEQUALITY is x &lt; y[?]</span>', $summary);
'<span class="questiontext">What sort of INEQUALITY is x &lt; y[?]' . "\n" . '</span>', $summary);
}
/**