ILIAS
release_4-4 Revision
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
+
Data Fields
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
$
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
y
+
Files
File List
+
Globals
+
All
$
(
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
o
p
r
s
t
u
v
w
x
+
Variables
$
(
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Modules
Pages
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
{
19
include_once(
"./Services/PHPUnit/classes/class.ilUnitUtil.php"
);
20
ilUnitUtil::performInitialisation();
21
}
22
else
23
{
24
chdir( dirname( __FILE__ ) );
25
chdir(
'../../../'
);
26
}
27
}
28
29
public
function
test_instantiateObject_shouldReturnInstance
()
30
{
31
$this->markTestIncomplete(
'Needs mock.'
);
32
// Arrange
33
require_once
'./Modules/TestQuestionPool/classes/class.ilAssQuestionHintsTableGUI.php'
;
34
35
// Act
36
$instance =
new
ilAssQuestionHintsTableGUI
();
37
38
$this->assertInstanceOf(
'assImagemapQuestion'
, $instance);
39
}
40
}
ilAssQuestionHintsTableGUITest\test_instantiateObject_shouldReturnInstance
test_instantiateObject_shouldReturnInstance()
Definition:
ilAssQuestionHintsTableGUITest.php:29
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
Modules
TestQuestionPool
test
ilAssQuestionHintsTableGUITest.php
Generated on Mon Dec 21 2020 19:01:09 for ILIAS by
1.8.13 (using
Doxyfile
)