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