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