ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
◀ ilDoc Overview
ilAssQuestionHintsGUITest.php
Go to the documentation of this file.
1
<?php
2
28
class
ilAssQuestionHintsGUITest
extends
assBaseTestCase
29
{
30
protected
$backupGlobals
=
false
;
31
32
private
ilAssQuestionHintsGUI
$object
;
33
34
protected
function
setUp
(): void
35
{
36
parent::setUp();
37
38
$assQuestionGUI = $this->createMock(assQuestionGUI::class);
39
40
$this->
object
=
new
ilAssQuestionHintsGUI
($assQuestionGUI);
41
}
42
43
public
function
testConstruct
(): void
44
{
45
$this->assertInstanceOf(ilAssQuestionHintsGUI::class, $this->
object
);
46
}
47
}
ilAssQuestionHintsGUITest\$backupGlobals
$backupGlobals
Definition:
ilAssQuestionHintsGUITest.php:30
assBaseTestCase
Class assBaseTestCase.
Definition:
assBaseTestCase.php:26
ilAssQuestionHintsGUITest\testConstruct
testConstruct()
Definition:
ilAssQuestionHintsGUITest.php:43
ilAssQuestionHintsGUITest
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
ilAssQuestionHintsGUITest.php:28
ilAssQuestionHintsGUI
Definition:
class.ilAssQuestionHintsGUI.php:36
ilAssQuestionHintsGUITest\setUp
setUp()
Definition:
ilAssQuestionHintsGUITest.php:34
ilAssQuestionHintsGUITest\$object
ilAssQuestionHintsGUI $object
Definition:
ilAssQuestionHintsGUITest.php:32
components
ILIAS
TestQuestionPool
tests
ilAssQuestionHintsGUITest.php
Generated on Wed Sep 10 2025 15:16:40 for ILIAS by
1.8.13 (using
Doxyfile
)