ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
$
_
a
b
c
d
e
f
g
h
i
j
l
m
p
s
t
w
+
Functions
_
a
b
c
f
g
h
i
s
t
w
+
Variables
$
c
d
e
f
g
h
j
l
m
p
s
t
+
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
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
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
l
m
n
o
p
r
s
t
u
v
w
x
+
Variables
$
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
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
use
PHPUnit\Framework\TestCase
;
5
9
class
ilObjectDefinitionTest
extends
TestCase
10
{
11
protected
$backupGlobals
=
false
;
12
13
protected
function
setUp
() : void
14
{
15
include_once(
"./Services/PHPUnit/classes/class.ilUnitUtil.php"
);
16
ilUnitUtil::performInitialisation();
17
}
18
22
public
function
testObjDefinitionReader
()
23
{
24
include_once(
"./setup/classes/class.ilObjDefReader.php"
);
25
$def_reader =
new
ilObjDefReader
(
26
"./Services/Object/test/testmodule.xml"
,
27
"DefinitionTest"
,
28
"Modules"
29
);
30
31
$def_reader->deleteObjectDefinition(
"xx1"
);
32
$def_reader->startParsing();
33
34
$this->assertEquals(
""
,
$result
);
35
}
36
}
$result
$result
Definition:
CleanUpTest.php:463
ilObjectDefinitionTest
needsInstalledILIAS
Definition:
ilObjectDefinitionTest.php:9
ilObjectDefinitionTest\$backupGlobals
$backupGlobals
Definition:
ilObjectDefinitionTest.php:11
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:13
ilObjectDefinitionTest\testObjDefinitionReader
testObjDefinitionReader()
IL_Init
Definition:
ilObjectDefinitionTest.php:22
TestCase
Services
Object
test
ilObjectDefinitionTest.php
Generated on Thu Apr 3 2025 20:01:11 for ILIAS by
1.8.13 (using
Doxyfile
)