ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
◀ ilDoc Overview
ilAssQuestionHintsTableGUITest.php
Go to the documentation of this file.
1
<?php
2
/* Copyright (c) 1998-2013 ILIAS open source, Extended GPL, see docs/LICENSE */
3
11
class
ilAssQuestionHintsTableGUITest
extends
PHPUnit_Framework_TestCase
12
{
13
protected
$backupGlobals
=
false
;
14
15
protected
function
setUp
()
16
{
17
if
(
defined
(
'ILIAS_PHPUNIT_CONTEXT'
)) {
18
include_once(
"./Services/PHPUnit/classes/class.ilUnitUtil.php"
);
19
ilUnitUtil::performInitialisation();
20
}
else
{
21
chdir(dirname(__FILE__));
22
chdir(
'../../../'
);
23
}
24
}
25
26
public
function
test_instantiateObject_shouldReturnInstance
()
27
{
28
$this->markTestIncomplete(
'Needs mock.'
);
29
// Arrange
30
require_once
'./Modules/TestQuestionPool/classes/class.ilAssQuestionHintsTableGUI.php'
;
31
32
// Act
33
$instance =
new
ilAssQuestionHintsTableGUI
();
34
35
$this->assertInstanceOf(
'assImagemapQuestion'
, $instance);
36
}
37
}
ilAssQuestionHintsTableGUITest\test_instantiateObject_shouldReturnInstance
test_instantiateObject_shouldReturnInstance()
Definition:
ilAssQuestionHintsTableGUITest.php:26
PHPUnit_Framework_TestCase
ilAssQuestionHintsTableGUITest
Unit tests.
Definition:
ilAssQuestionHintsTableGUITest.php:11
ilAssQuestionHintsTableGUI
Definition:
class.ilAssQuestionHintsTableGUI.php:16
ilAssQuestionHintsTableGUITest\$backupGlobals
$backupGlobals
Definition:
ilAssQuestionHintsTableGUITest.php:13
ilAssQuestionHintsTableGUITest\setUp
setUp()
Definition:
ilAssQuestionHintsTableGUITest.php:15
defined
defined( 'APPLICATION_ENV')||define( 'APPLICATION_ENV'
Definition:
bootstrap.php:27
Modules
TestQuestionPool
test
ilAssQuestionHintsTableGUITest.php
Generated on Sat Jan 18 2025 19:01:24 for ILIAS by
1.8.13 (using
Doxyfile
)