ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ ilDoc Overview
ilMultipleChoiceWizardInputGUITest.php
Go to the documentation of this file.
1
<?php
2
28
class
ilMultipleChoiceWizardInputGUITest
extends
assBaseTestCase
29
{
30
protected
$backupGlobals
=
false
;
31
32
private
ilMultipleChoiceWizardInputGUI
$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
ilMultipleChoiceWizardInputGUI
();
43
}
44
45
public
function
testConstruct
(): void
46
{
47
$this->assertInstanceOf(ilMultipleChoiceWizardInputGUI::class, $this->
object
);
48
}
49
}
assBaseTestCase
Class assBaseTestCase.
Definition:
assBaseTestCase.php:26
ilMultipleChoiceWizardInputGUITest\$backupGlobals
$backupGlobals
Definition:
ilMultipleChoiceWizardInputGUITest.php:30
ilMultipleChoiceWizardInputGUITest\testConstruct
testConstruct()
Definition:
ilMultipleChoiceWizardInputGUITest.php:45
ilMultipleChoiceWizardInputGUITest
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
ilMultipleChoiceWizardInputGUITest.php:28
ilMultipleChoiceWizardInputGUITest\setUp
setUp()
Definition:
ilMultipleChoiceWizardInputGUITest.php:34
ilMultipleChoiceWizardInputGUITest\$object
ilMultipleChoiceWizardInputGUI $object
Definition:
ilMultipleChoiceWizardInputGUITest.php:32
ilMultipleChoiceWizardInputGUI
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ilMultipleChoiceWizardInputGUI.php:26
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
ilMultipleChoiceWizardInputGUITest.php
Generated on Sun Aug 31 2025 23:04:05 for ILIAS by
1.8.13 (using
Doxyfile
)