ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
ilAssQuestionPageGUITest.php
Go to the documentation of this file.
1
<?php
2
28
class
ilAssQuestionPageGUITest
extends
assBaseTestCase
29
{
30
protected
$backupGlobals
=
false
;
31
32
private
ilAssQuestionPageGUI
$object
;
33
34
protected
function
setUp
(): void
35
{
36
parent::setUp();
37
38
$this->
addGlobal_ilToolbar
();
39
40
// $this->object = new ilAssQuestionPageGUI();
41
}
42
43
// public function testConstruct(): void
44
// {
45
// $this->assertInstanceOf(ilAssQuestionPageGUI::class, $this->object);
46
// }
47
48
public
function
testSuppressWarning
(): void
49
{
50
$this->assertTrue(
true
);
51
}
52
}
assBaseTestCase
Class assBaseTestCase.
Definition:
assBaseTestCase.php:27
ilAssQuestionPageGUITest
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
ilAssQuestionPageGUITest.php:29
ilAssQuestionPageGUITest\$backupGlobals
$backupGlobals
Definition:
ilAssQuestionPageGUITest.php:30
ilAssQuestionPageGUITest\$object
ilAssQuestionPageGUI $object
Definition:
ilAssQuestionPageGUITest.php:32
ilAssQuestionPageGUITest\setUp
setUp()
Definition:
ilAssQuestionPageGUITest.php:34
ilAssQuestionPageGUITest\testSuppressWarning
testSuppressWarning()
Definition:
ilAssQuestionPageGUITest.php:48
ilAssQuestionPageGUI
Question page GUI class.
Definition:
class.ilAssQuestionPageGUI.php:33
addGlobal_ilToolbar
addGlobal_ilToolbar()
Definition:
ilTestBaseTestCaseTrait.php:328
components
ILIAS
TestQuestionPool
tests
ilAssQuestionPageGUITest.php
Generated on Sat Oct 18 2025 23:04:36 for ILIAS by
1.9.4 (using
Doxyfile
)