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