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
ilObjectDefinitionTest.php
Go to the documentation of this file.
1
<?php
2
/* Copyright (c) 1998-2009 ILIAS open source, Extended GPL, see docs/LICENSE */
3
4
class
ilObjectDefinitionTest
extends
PHPUnit_Framework_TestCase
5
{
6
protected
$backupGlobals
= FALSE;
7
8
protected
function
setUp
()
9
{
10
include_once(
"./Services/PHPUnit/classes/class.ilUnitUtil.php"
);
11
ilUnitUtil::performInitialisation();
12
}
13
17
public
function
testObjDefinitionReader
()
18
{
19
20
include_once(
"./setup/classes/class.ilObjDefReader.php"
);
21
$def_reader =
new
ilObjDefReader
(
"./Services/Object/test/testmodule.xml"
,
22
"DefinitionTest"
,
"Modules"
);
23
24
$def_reader->deleteObjectDefinition(
"xx1"
);
25
$def_reader->startParsing();
26
27
$this->assertEquals(
""
,
$result
);
28
}
29
}
30
?>
$result
$result
Definition:
CleanUpTest.php:407
ilObjectDefinitionTest
Definition:
ilObjectDefinitionTest.php:4
PHPUnit_Framework_TestCase
ilObjectDefinitionTest\$backupGlobals
$backupGlobals
Definition:
ilObjectDefinitionTest.php:6
ilObjDefReader
Component definition reader (reads common tags in module.xml and service.xml files) Name is misleadin...
Definition:
class.ilObjDefReader.php:15
ilObjectDefinitionTest\setUp
setUp()
Definition:
ilObjectDefinitionTest.php:8
ilObjectDefinitionTest\testObjDefinitionReader
testObjDefinitionReader()
IL_Init
Definition:
ilObjectDefinitionTest.php:17
Services
Object
test
ilObjectDefinitionTest.php
Generated on Mon Dec 21 2020 19:01:19 for ILIAS by
1.8.13 (using
Doxyfile
)