ILIAS  trunk Revision v12.0_alpha-377-g3641b37b9db
ilTestSkillAdministrationGUITest.php
Go to the documentation of this file.
1<?php
2
19use ILIAS\HTTP\Services as HTTP;
25
31{
33
34 protected function setUp(): void
35 {
36 parent::setUp();
37
38 $this->testObj = new ilTestSkillAdministrationGUI(
39 $this->createMock(ilCtrl::class),
40 $this->createMock(ilAccessHandler::class),
41 $this->createMock(ILIAS\Test\Presentation\TabsManager::class),
42 $this->createMock(ilGlobalPageTemplate::class),
43 $this->createMock(ilLanguage::class),
44 $this->createMock(ILIAS\Refinery\Factory::class),
45 $this->createMock(ilDBInterface::class),
46 $this->createMock(ILIAS\Test\Logging\TestLogger::class),
47 $this->createMock(ilTree::class),
48 $this->createMock(ilComponentRepository::class),
49 $this->getTestObjMock(),
50 $this->createMock(GeneralQuestionPropertiesRepository::class),
51 $this->createMock(RequestDataCollector::class),
52 $this->createMock(HTTP::class),
53 $this->createMock(ilToolbarGUI::class),
54 $this->createMock(SkillUsageService::class),
55 $this->createMock(Factory::class),
56 $this->createMock(Renderer::class),
57 $this->createMock(ilTabsGUI::class),
58 201
59 );
60 }
61
63 {
64 $this->assertInstanceOf(ilTestSkillAdministrationGUI::class, $this->testObj);
65 }
66}
Builds a Color from either hex- or rgb values.
Definition: Factory.php:31
Class Services.
Definition: Services.php:38
Class ilTestBaseClass.
Class ilTestSkillAdministrationGUITest.
An entity that renders components to a string output.
Definition: Renderer.php:31
Interface Observer \BackgroundTasks Contains several chained tasks and infos about them.