ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ ilDoc Overview
ilQuestionpoolExportTest.php
Go to the documentation of this file.
1
<?php
2
28
class
ilQuestionpoolExportTest
extends
assBaseTestCase
29
{
30
protected
$backupGlobals
=
false
;
31
32
private
ilQuestionpoolExport
$object
;
33
34
protected
function
setUp
(): void
35
{
36
parent::setUp();
37
38
$this->
addGlobal_ilErr
();
39
$this->
addGlobal_ilias
();
40
41
$this->
object
=
new
ilQuestionpoolExport
($this->createMock(ilObjQuestionPool::class),
'xml'
,
null
);
42
}
43
44
public
function
testConstruct
(): void
45
{
46
$this->assertInstanceOf(ilQuestionpoolExport::class, $this->
object
);
47
}
48
}
ilQuestionpoolExportTest\testConstruct
testConstruct()
Definition:
ilQuestionpoolExportTest.php:44
assBaseTestCase
Class assBaseTestCase.
Definition:
assBaseTestCase.php:26
ilQuestionpoolExportTest\setUp
setUp()
Definition:
ilQuestionpoolExportTest.php:34
addGlobal_ilias
addGlobal_ilias()
Definition:
ilTestBaseTestCaseTrait.php:267
null
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
Definition:
shib_logout.php:144
ilQuestionpoolExport
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ilQuestionpoolExport.php:28
ilQuestionpoolExportTest\$backupGlobals
$backupGlobals
Definition:
ilQuestionpoolExportTest.php:30
ilQuestionpoolExportTest\$object
ilQuestionpoolExport $object
Definition:
ilQuestionpoolExportTest.php:32
addGlobal_ilErr
addGlobal_ilErr()
Definition:
ilTestBaseTestCaseTrait.php:272
ilQuestionpoolExportTest
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
ilQuestionpoolExportTest.php:28
components
ILIAS
TestQuestionPool
tests
ilQuestionpoolExportTest.php
Generated on Sun Aug 31 2025 23:04:05 for ILIAS by
1.8.13 (using
Doxyfile
)