32 $this->getTestObjMock(),
33 $this->createMock(\ilObjUser::class),
34 $this->createMock(UIFactory::class),
35 $this->createMock(UIRenderer::class),
36 $this->createMock(\ilLanguage::class),
37 $this->createMock(Refinery::class),
38 $this->createMock(\ilCtrl::class),
39 $this->createMock(\ilGlobalTemplateInterface::class),
41 $this->createMock(HTTPServices::class),
42 $this->createMock(\
ILIAS\
Test\Presentation\TabsManager::class),
43 $this->createMock(\ilAccessHandler::class),
44 $this->createMock(\ilTestAccess::class),
45 $this->createMock(\ilDBInterface::class),
46 $this->createMock(\ilRbacSystem::class)
48 $this->assertInstanceOf(TestScreenGUI::class, $TestScreenGUI);
Interface Observer Contains several chained tasks and infos about them.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...