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