ILIAS
trunk Revision v11.0_alpha-1702-gfd3ecb7f852
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
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
k
l
m
n
o
p
r
s
t
u
v
w
x
+
Variables
$
c
e
g
h
j
l
m
p
s
t
u
v
+
Enumerations
a
c
e
f
i
j
l
m
n
o
p
r
s
t
u
v
z
+
Enumerator
a
c
d
e
f
g
i
l
m
n
o
p
q
s
t
u
v
y
+
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
Ö
Enumerations
Enumerator
+
Files
File List
+
Globals
+
All
$
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
z
+
Functions
a
b
c
d
e
f
g
h
i
m
n
p
r
s
t
u
v
+
Variables
$
a
c
e
g
h
i
m
n
o
p
r
s
t
u
v
z
Enumerations
Enumerator
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Modules
Pages
Fixture.php
Go to the documentation of this file.
1
<?php
2
19
class
ProperEntryFixture
20
{
21
public
array
$properEntryYamlArray
= array(
22
array(
23
"description"
=> array(
24
"purpose"
=>
"Description of Purpose"
,
25
"composition"
=>
"Description of Composition with line break"
,
26
"effect"
=>
"Effect Description on one line"
,
27
"rivals"
=> array(
28
"icon"
=>
"Icon Description"
29
)
30
31
),
32
"background"
=>
"\"Some wild background with quotes\" and links <a href='http:test'>test</a>"
,
33
"featurewiki"
=> array(
"http://www.ilias.de/docu/goto_docu_wiki_wpage_3208_1357.html"
),
34
"context"
=> array(
"Some Context"
),
35
"rules"
=> array(
36
"usage"
=> array(
37
1 =>
"Usage Rule 1"
,
38
2 =>
"Usage Rule 2"
,
39
3 =>
"Usage Rule 3 multi line"
40
),
41
"style"
=> array(
42
4 =>
"Style Rule"
43
)
44
),
45
"namespace"
=>
"\\ILIAS\\UI\\Crawler\\Fixture\\ProperEntry"
,
46
"function_name"
=>
"properEntry"
47
48
)
49
);
50
51
public
string
$properEntryYamlString
=
52
"description:
53
purpose: >
54
Description of Purpose
55
composition: >
56
Description of Composition
57
with line break
58
effect: Effect Description on one line
59
rivals:
60
icon: >
61
Icon Description
62
background: >
63
\"Some wild background with quotes\"
64
and links <a href='http:test'>test</a>
65
context:
66
- Some Context
67
featurewiki:
68
- http://www.ilias.de/docu/goto_docu_wiki_wpage_3208_1357.html
69
rules:
70
usage:
71
1: Usage Rule 1
72
2: Usage Rule 2
73
3: >
74
Usage Rule 3 multi line
75
style:
76
4: Style Rule
77
namespace: \\ILIAS\\UI\\Crawler\\Fixture\\ProperEntry
78
function_name: properEntry"
;
79
}
ProperEntryFixture
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
Fixture.php:19
ProperEntryFixture\$properEntryYamlArray
array $properEntryYamlArray
Definition:
Fixture.php:21
ProperEntryFixture\$properEntryYamlString
string $properEntryYamlString
Definition:
Fixture.php:51
components
ILIAS
UI
tests
Crawler
Fixture
Fixture.php
Generated on Thu Apr 3 2025 23:04:10 for ILIAS by
1.8.13 (using
Doxyfile
)