ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ilTestSkillAdministrationGUITest.php
Go to the documentation of this file.
1<?php
2
21
27{
29
30 protected function setUp(): void
31 {
32 parent::setUp();
33
34 $this->testObj = new ilTestSkillAdministrationGUI(
35 $this->createMock(ilCtrl::class),
36 $this->createMock(ilAccessHandler::class),
37 $this->createMock(ILIAS\Test\Presentation\TabsManager::class),
38 $this->createMock(ilGlobalPageTemplate::class),
39 $this->createMock(ilLanguage::class),
40 $this->createMock(ILIAS\Refinery\Factory::class),
41 $this->createMock(ilDBInterface::class),
42 $this->createMock(ILIAS\Test\Logging\TestLogger::class),
43 $this->createMock(ilTree::class),
44 $this->createMock(ilComponentRepository::class),
45 $this->getTestObjMock(),
46 $this->createMock(GeneralQuestionPropertiesRepository::class),
47 $this->createMock(RequestDataCollector::class),
48 201
49 );
50 }
51
53 {
54 $this->assertInstanceOf(ilTestSkillAdministrationGUI::class, $this->testObj);
55 }
56}
Class ilTestBaseClass.
Class ilTestSkillAdministrationGUITest.
Interface Observer \BackgroundTasks Contains several chained tasks and infos about them.