ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
◀ ilDoc Overview
ilMatchingQuestionAnswerFreqStatTableGUITest.php
Go to the documentation of this file.
1
<?php
2
28
class
ilMatchingQuestionAnswerFreqStatTableGUITest
extends
assBaseTestCase
29
{
30
protected
$backupGlobals
=
false
;
31
32
private
ilMatchingQuestionAnswerFreqStatTableGUI
$object
;
33
34
protected
function
setUp
(): void
35
{
36
parent::setUp();
37
38
$this->
object
=
new
ilMatchingQuestionAnswerFreqStatTableGUI
(
39
$this->createMock(ilTestCorrectionsGUI::class),
40
''
,
41
$this->createMock(assMatchingQuestion::class)
42
);
43
}
44
45
public
function
testConstruct
(): void
46
{
47
$this->assertInstanceOf(ilMatchingQuestionAnswerFreqStatTableGUI::class, $this->
object
);
48
}
49
}
ilMatchingQuestionAnswerFreqStatTableGUITest
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
ilMatchingQuestionAnswerFreqStatTableGUITest.php:28
ilMatchingQuestionAnswerFreqStatTableGUITest\setUp
setUp()
Definition:
ilMatchingQuestionAnswerFreqStatTableGUITest.php:34
assBaseTestCase
Class assBaseTestCase.
Definition:
assBaseTestCase.php:26
ilMatchingQuestionAnswerFreqStatTableGUITest\testConstruct
testConstruct()
Definition:
ilMatchingQuestionAnswerFreqStatTableGUITest.php:45
ilMatchingQuestionAnswerFreqStatTableGUITest\$backupGlobals
$backupGlobals
Definition:
ilMatchingQuestionAnswerFreqStatTableGUITest.php:30
ilMatchingQuestionAnswerFreqStatTableGUI
Definition:
class.ilMatchingQuestionAnswerFreqStatTableGUI.php:27
ilMatchingQuestionAnswerFreqStatTableGUITest\$object
ilMatchingQuestionAnswerFreqStatTableGUI $object
Definition:
ilMatchingQuestionAnswerFreqStatTableGUITest.php:32
components
ILIAS
TestQuestionPool
tests
ilMatchingQuestionAnswerFreqStatTableGUITest.php
Generated on Wed Sep 3 2025 23:04:10 for ILIAS by
1.8.13 (using
Doxyfile
)