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());
 
setGlobalVariable(string $name, $value)
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
test_getAdditionalTableName_shouldReturnAdditionalTableName()
 
test_getQuestionType_shouldReturnQuestionType()
 
test_getAnswerTableName_shouldReturnAnswerTableName()
 
test_getThumbPrefix_shouldReturnString()
 
test_setOutputType_shouldReturngetOutputType()
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...