34 protected function setUp(): void
38 $ctrl = $this->createMock(ilCtrl::class);
39 $access = $this->createMock(ilAccessHandler::class);
40 $tpl = $this->createMock(ilGlobalTemplateInterface::class);
41 $lng = $this->createMock(ilLanguage::class);
42 $db = $this->createMock(ilDBInterface::class);
49 $this->assertInstanceOf(ilAssQuestionSkillAssignmentsGUI::class, $this->
object);
ilAssQuestionSkillAssignmentsGUI $object
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...