ILIAS  trunk Revision v11.0_alpha-1811-gd2d5443e411
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ilAssQuestionHintRequestGUITest.php
Go to the documentation of this file.
1 <?php
2 
29 {
30  protected $backupGlobals = false;
31 
33 
34  protected function setUp(): void
35  {
36  parent::setUp();
37 
38  $assQuestionGUI = $this->createMock(assQuestionGUI::class);
39 
40  $this->object = new ilAssQuestionHintRequestGUI(
41  $this->createMock(ilTestPlayerAbstractGUI::class),
42  '',
43  $assQuestionGUI,
44  null,
45  $this->createMock(ilCtrl::class),
46  $this->createMock(ilLanguage::class),
47  $this->createMock(ilGlobalTemplateInterface::class),
48  $this->createMock(ilTabsGUI::class),
49  $this->createMock(ILIAS\GlobalScreen\Services::class)
50  );
51  }
52 
53  public function testConstruct(): void
54  {
55  $this->assertInstanceOf(ilAssQuestionHintRequestGUI::class, $this->object);
56  }
57 }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Interface Observer Contains several chained tasks and infos about them.
Class assBaseTestCase.
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...