32 protected function setUp(): void
55 $this->assertEquals(
'thumb.', $obj->getThumbPrefix());
61 $obj->setOutputType(0);
62 $this->assertEquals(0, $obj->getOutputType());
90 $this->assertEquals(
'assMultipleChoice', $obj->getQuestionType());
96 $this->assertEquals(
'qpl_qst_mc', $obj->getAdditionalTableName());
102 $this->assertEquals(
'qpl_a_mc', $obj->getAnswerTableName());
test_getAdditionalTableName_shouldReturnAdditionalTableName()
test_getQuestionType_shouldReturnQuestionType()
test_getThumbPrefix_shouldReturnString()
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
test_setOutputType_shouldReturngetOutputType()
test_getAnswerTableName_shouldReturnAnswerTableName()
setGlobalVariable(string $name, $value)