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
ilStudyProgrammeAdvancedMetadataRecordTest.php
Go to the documentation of this file.
1
<?php
2
6
class
ilStudyProgrammeAdvancedMetadataRecordTest
extends
\PHPUnit\Framework\TestCase
7
{
8
protected
$backupGlobals
=
false
;
9
10
public
function
test_init_and_id
()
11
{
12
$amd =
new
ilStudyProgrammeAdvancedMetadataRecord
(123);
13
$this->assertEquals($amd->getId(), 123);
14
return
$amd;
15
}
16
20
public
function
test_type_id
($amd)
21
{
22
$this->assertEquals(0, $amd->getTypeId());
23
$amd->setTypeId(123);
24
$this->assertEquals(123, $amd->getTypeId());
25
}
26
30
public
function
test_rec_id
($amd)
31
{
32
$this->assertEquals(0, $amd->getRecId());
33
$amd->setRecId(321);
34
$this->assertEquals(321, $amd->getRecId());
35
}
36
}
ilStudyProgrammeAdvancedMetadataRecordTest\test_init_and_id
test_init_and_id()
Definition:
ilStudyProgrammeAdvancedMetadataRecordTest.php:10
ilStudyProgrammeAdvancedMetadataRecord
Class ilStudyProgrammeAdvancedMetadataRecord.
Definition:
class.ilStudyProgrammeAdvancedMetadataRecord.php:9
ilStudyProgrammeAdvancedMetadataRecordTest\test_type_id
test_type_id($amd)
test_init_and_id
Definition:
ilStudyProgrammeAdvancedMetadataRecordTest.php:20
ilStudyProgrammeAdvancedMetadataRecordTest\test_rec_id
test_rec_id($amd)
test_init_and_id
Definition:
ilStudyProgrammeAdvancedMetadataRecordTest.php:30
ilStudyProgrammeAdvancedMetadataRecordTest\$backupGlobals
$backupGlobals
Definition:
ilStudyProgrammeAdvancedMetadataRecordTest.php:8
ilStudyProgrammeAdvancedMetadataRecordTest
needsInstalledILIAS
Definition:
ilStudyProgrammeAdvancedMetadataRecordTest.php:6
Modules
StudyProgramme
test
model
Types
ilStudyProgrammeAdvancedMetadataRecordTest.php
Generated on Thu Apr 3 2025 20:00:55 for ILIAS by
1.8.13 (using
Doxyfile
)