36 protected function setUp(): void
40 $this->addGlobal_ilSetting();
42 $ctrl = $this->createMock(ilCtrl::class);
43 $rbac_system = $this->createMock(ilRbacSystem::class);
44 $tabs = $this->createMock(ilTabsGUI::class);
45 $toolbar = $this->createMock(ilToolbarGUI::class);
46 $tpl = $this->createMock(ilGlobalTemplateInterface::class);
47 $ui_factory = $this->createMock(
ILIAS\
UI\Factory::class);
48 $lng = $this->createMock(ilLanguage::class);
49 $db = $this->createMock(ilDBInterface::class);
50 $random_group = $this->createMock(RandomGroup::class);
74 $this->assertInstanceOf(ilAssQuestionPreviewGUI::class, $this->
object);
Interface Observer Contains several chained tasks and infos about them.
ilAssQuestionPreviewGUI $object
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...