Exemplo n.º 1
0
 public function test_get_question_summary()
 {
     $q = new qtype_missingtype_question();
     $q->questiontext = '<b>Test</b>';
     $this->assertEquals('TEST', $q->get_question_summary());
 }