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