ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
ilTestCorrectionsGUITest.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
22 
28 {
30 
31  protected function setUp(): void
32  {
33  global $DIC;
34 
35  parent::setUp();
36 
37  $this->addGlobal_ilAccess();
38  $this->addGlobal_ilCtrl();
39  $this->addGlobal_ilDB();
40  $this->addGlobal_ilHelp();
41  $this->addGlobal_ilTabs();
42  $this->addGlobal_http();
43  $this->addGlobal_refinery();
44  $this->addGlobal_uiFactory();
45  $this->addGlobal_uiRenderer();
46 
47  $this->testObj = new ilTestCorrectionsGUI(
48  $DIC['ilDB'],
49  $DIC['ilCtrl'],
50  $DIC['ilAccess'],
51  $DIC['lng'],
52  $DIC['ilTabs'],
53  $DIC['ilHelp'],
54  $DIC['ui.factory'],
55  $DIC['ui.renderer'],
56  $DIC['tpl'],
57  $DIC['refinery'],
58  $DIC->http()->request(),
59  $this->createMock(ILIAS\Test\InternalRequestService::class),
60  $this->createMock(ilObjTest::class),
61  $this->createMock(QuestionInfoService::class)
62  );
63  }
64 
66  {
67  $this->assertInstanceOf(ilTestCorrectionsGUI::class, $this->testObj);
68  }
69 }
Class ilTestCorrectionsGUITest.
Class ChatMainBarProvider .
global $DIC
Definition: feed.php:28
Class ilTestBaseClass.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...