ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
TestScreenGUITest.php
Go to the documentation of this file.
1<?php
2
20
22use ILIAS\UI\Factory as UIFactory;
23use ILIAS\UI\Renderer as UIRenderer;
24use ILIAS\HTTP\Services as HTTPServices;
25use ILIAS\Refinery\Factory as Refinery;
26
28{
29 public function testConstruct(): void
30 {
31 $TestScreenGUI = new TestScreenGUI(
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),
40 $this->createMock(\ILIAS\Style\Content\Service::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)
47 );
48 $this->assertInstanceOf(TestScreenGUI::class, $TestScreenGUI);
49 }
50}
Builds a Color from either hex- or rgb values.
Definition: Factory.php:31
Builds data types.
Definition: Factory.php:36
Class Services.
Definition: Services.php:38
Class ilTestBaseClass.
An entity that renders components to a string output.
Definition: Renderer.php:31
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Interface Observer \BackgroundTasks Contains several chained tasks and infos about them.