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