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