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