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