42 protected function setUp(): void
47 $this->createMock(ilCtrl::class),
48 $this->createMock(UIFactory::class),
49 $this->createMock(UIRenderer::class),
50 $this->createMock(GlobalHttpState::class),
51 $this->createMock(Refinery::class),
52 $this->createMock(ilAccessHandler::class),
53 $this->createMock(ilTabsGUI::class),
54 $this->createMock(ilGlobalTemplateInterface::class),
55 $this->createMock(ilLanguage::class),
56 $this->createMock(ilDBInterface::class),
57 $this->createMock(ilComponentRepository::class),
58 $this->createMock(ilObjQuestionPool::class),
59 $this->createMock(HTTP::class),
60 $this->createMock(ilToolbarGUI::class),
61 $this->createMock(SkillUsageService::class),
62 $this->createMock(RequestDataCollector::class),
69 $this->assertInstanceOf(ilQuestionPoolSkillAdministrationGUI::class, $this->
object);
Builds a Color from either hex- or rgb values.
ilQuestionPoolSkillAdministrationGUI $object
Interface GlobalHttpState.
An entity that renders components to a string output.