ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
◀ ilDoc Overview
ilAnswerWizardInputGUITest.php
Go to the documentation of this file.
1
<?php
2
28
class
ilAnswerWizardInputGUITest
extends
assBaseTestCase
29
{
30
protected
$backupGlobals
=
false
;
31
32
private
ilAnswerWizardInputGUI
$object
;
33
34
protected
function
setUp
(): void
35
{
36
parent::setUp();
37
38
$this->addGlobal_uiFactory();
39
$this->addGlobal_uiRenderer();
40
41
$this->
object
=
new
ilAnswerWizardInputGUI
();
42
}
43
44
public
function
testConstruct
(): void
45
{
46
$this->assertInstanceOf(ilAnswerWizardInputGUI::class, $this->
object
);
47
}
48
}
ilAnswerWizardInputGUITest
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
ilAnswerWizardInputGUITest.php:28
ilAnswerWizardInputGUITest\setUp
setUp()
Definition:
ilAnswerWizardInputGUITest.php:34
assBaseTestCase
Class assBaseTestCase.
Definition:
assBaseTestCase.php:26
ilAnswerWizardInputGUITest\testConstruct
testConstruct()
Definition:
ilAnswerWizardInputGUITest.php:44
ilAnswerWizardInputGUI
This class represents a single choice wizard property in a property form.
Definition:
class.ilAnswerWizardInputGUI.php:30
ilAnswerWizardInputGUITest\$backupGlobals
$backupGlobals
Definition:
ilAnswerWizardInputGUITest.php:30
ilAnswerWizardInputGUITest\$object
ilAnswerWizardInputGUI $object
Definition:
ilAnswerWizardInputGUITest.php:32
components
ILIAS
TestQuestionPool
tests
ilAnswerWizardInputGUITest.php
Generated on Wed Sep 10 2025 15:16:40 for ILIAS by
1.8.13 (using
Doxyfile
)