ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
ilMatchingWizardInputGUITest.php
Go to the documentation of this file.
1
<?php
2
28
class
ilMatchingWizardInputGUITest
extends
assBaseTestCase
29
{
30
protected
$backupGlobals
=
false
;
31
32
private
ilMatchingWizardInputGUI
$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
ilMatchingWizardInputGUI
();
43
}
44
45
public
function
testConstruct
(): void
46
{
47
$this->assertInstanceOf(ilMatchingWizardInputGUI::class, $this->
object
);
48
}
49
}
assBaseTestCase
Class assBaseTestCase.
Definition:
assBaseTestCase.php:27
ilMatchingWizardInputGUITest
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
ilMatchingWizardInputGUITest.php:29
ilMatchingWizardInputGUITest\$object
ilMatchingWizardInputGUI $object
Definition:
ilMatchingWizardInputGUITest.php:32
ilMatchingWizardInputGUITest\$backupGlobals
$backupGlobals
Definition:
ilMatchingWizardInputGUITest.php:30
ilMatchingWizardInputGUITest\testConstruct
testConstruct()
Definition:
ilMatchingWizardInputGUITest.php:45
ilMatchingWizardInputGUITest\setUp
setUp()
Definition:
ilMatchingWizardInputGUITest.php:34
ilMatchingWizardInputGUI
This class represents a single choice wizard property in a property form.
Definition:
class.ilMatchingWizardInputGUI.php:35
addGlobal_uiUploadLimitResolver
addGlobal_uiUploadLimitResolver()
Definition:
ilTestBaseTestCaseTrait.php:422
addGlobal_uiFactory
addGlobal_uiFactory()
Definition:
ilTestBaseTestCaseTrait.php:366
addGlobal_uiRenderer
addGlobal_uiRenderer()
Definition:
ilTestBaseTestCaseTrait.php:371
components
ILIAS
TestQuestionPool
tests
ilMatchingWizardInputGUITest.php
Generated on Sat Oct 18 2025 23:04:36 for ILIAS by
1.9.4 (using
Doxyfile
)