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