ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ ilDoc Overview
assImagemapQuestionGUITest.php
Go to the documentation of this file.
1
<?php
2
28
class
assImagemapQuestionGUITest
extends
assBaseTestCase
29
{
30
protected
$backupGlobals
=
false
;
31
32
private
assImagemapQuestionGUI
$object
;
33
34
protected
function
setUp
(): void
35
{
36
parent::setUp();
37
38
$this->
addGlobal_ilLog
();
39
40
$this->
object
=
new
assImagemapQuestionGUI
();
41
}
42
43
public
function
testConstruct
(): void
44
{
45
$this->assertInstanceOf(assImagemapQuestionGUI::class, $this->
object
);
46
}
47
}
assImagemapQuestionGUITest\$object
assImagemapQuestionGUI $object
Definition:
assImagemapQuestionGUITest.php:32
addGlobal_ilLog
addGlobal_ilLog()
Definition:
ilTestBaseTestCaseTrait.php:262
assBaseTestCase
Class assBaseTestCase.
Definition:
assBaseTestCase.php:26
assImagemapQuestionGUITest\setUp
setUp()
Definition:
assImagemapQuestionGUITest.php:34
assImagemapQuestionGUITest\$backupGlobals
$backupGlobals
Definition:
assImagemapQuestionGUITest.php:30
assImagemapQuestionGUITest
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
assImagemapQuestionGUITest.php:28
assImagemapQuestionGUITest\testConstruct
testConstruct()
Definition:
assImagemapQuestionGUITest.php:43
assImagemapQuestionGUI
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.assImagemapQuestionGUI.php:33
components
ILIAS
TestQuestionPool
tests
assImagemapQuestionGUITest.php
Generated on Sun Aug 31 2025 23:04:04 for ILIAS by
1.8.13 (using
Doxyfile
)