3 declare(strict_types=1);
29 protected function setUp(): void
38 $this->assertInstanceOf(ilTestExportFactory::class, $this->testObj);
57 $this->assertInstanceOf(ilTestExportFixedQuestionSet::class, $testObj->
getExporter());
61 $this->assertInstanceOf(ilTestExportRandomQuestionSet::class, $testObj->
getExporter());
addGlobal_objDefinition()
const QUESTION_SET_TYPE_RANDOM
test_instantiateObject_shouldReturnInstance()
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
addGlobal_ilAppEventHandler()
const QUESTION_SET_TYPE_FIXED
ilTestExportFactory $testObj