ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
◀ ilDoc Overview
ilKprimChoiceWizardInputGUITest.php
Go to the documentation of this file.
1
<?php
2
28
class
ilKprimChoiceWizardInputGUITest
extends
assBaseTestCase
29
{
30
protected
$backupGlobals
=
false
;
31
32
private
ilKprimChoiceWizardInputGUI
$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
ilKprimChoiceWizardInputGUI
();
43
}
44
45
public
function
testConstruct
(): void
46
{
47
$this->assertInstanceOf(ilKprimChoiceWizardInputGUI::class, $this->
object
);
48
}
49
}
assBaseTestCase
Class assBaseTestCase.
Definition:
assBaseTestCase.php:26
ilKprimChoiceWizardInputGUITest
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
ilKprimChoiceWizardInputGUITest.php:28
ilKprimChoiceWizardInputGUI
Definition:
class.ilKprimChoiceWizardInputGUI.php:25
ilKprimChoiceWizardInputGUITest\setUp
setUp()
Definition:
ilKprimChoiceWizardInputGUITest.php:34
ilKprimChoiceWizardInputGUITest\$backupGlobals
$backupGlobals
Definition:
ilKprimChoiceWizardInputGUITest.php:30
ilKprimChoiceWizardInputGUITest\testConstruct
testConstruct()
Definition:
ilKprimChoiceWizardInputGUITest.php:45
ilKprimChoiceWizardInputGUITest\$object
ilKprimChoiceWizardInputGUI $object
Definition:
ilKprimChoiceWizardInputGUITest.php:32
components
ILIAS
TestQuestionPool
tests
ilKprimChoiceWizardInputGUITest.php
Generated on Wed Sep 10 2025 15:16:41 for ILIAS by
1.8.13 (using
Doxyfile
)