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