ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
◀ ilDoc Overview
Fixture.php
Go to the documentation of this file.
1
<?
php
2
/* Copyright (c) 2016 Timon Amstutz <timon.amstutz@ilub.unibe.ch> Extended GPL, see docs/LICENSE */
3
4
class
ProperEntryFixture
5
{
6
public
$properEntryYamlArray
=
array
(
7
array
(
8
"description"
=>
array
(
9
"purpose"
=>
"Description of Purpose"
,
10
"composition"
=>
"Description of Composition with line break"
,
11
"effect"
=>
"Effect Description on one line"
,
12
"rivals"
=>
array
(
13
"icon"
=>
"Icon Description"
14
)
15
16
),
17
"background"
=>
"\"Some wild background with quotes\" and links <a href='http:test'>test</a>"
,
18
"featurewiki"
=>
array
(
"http://www.ilias.de/docu/goto_docu_wiki_wpage_3208_1357.html"
),
19
"rules"
=>
array
(
20
"usage"
=>
array
(
21
1 =>
"Usage Rule 1"
,
22
2 =>
"Usage Rule 2"
,
23
3 =>
"Usage Rule 3 multi line"
24
),
25
"style"
=>
array
(
26
4 =>
"Style Rule"
27
)
28
),
29
"namespace"
=>
"\\ILIAS\\UI\\Crawler\\Fixture\\ProperEntry"
,
30
"function_name"
=>
"properEntry"
31
32
)
33
);
34
35
public
$properEntryYamlString
=
36
"description:
37
purpose: >
38
Description of Purpose
39
composition: >
40
Description of Composition
41
with line break
42
effect: Effect Description on one line
43
rivals:
44
icon: >
45
Icon Description
46
background: >
47
\"Some wild background with quotes\"
48
and links <a href='http:test'>test</a>
49
featurewiki:
50
- http://www.ilias.de/docu/goto_docu_wiki_wpage_3208_1357.html
51
rules:
52
usage:
53
1: Usage Rule 1
54
2: Usage Rule 2
55
3: >
56
Usage Rule 3 multi line
57
style:
58
4: Style Rule
59
namespace: \\ILIAS\\UI\\Crawler\\Fixture\\ProperEntry
60
function_name: properEntry"
;
61
62
63
}
64
65
ProperEntryFixture
Definition:
Fixture.php:4
ProperEntryFixture\$properEntryYamlString
$properEntryYamlString
Definition:
Fixture.php:35
array
Create styles array
The data for the language used.
Definition:
40duplicateStyle.php:19
ProperEntryFixture\$properEntryYamlArray
$properEntryYamlArray
Definition:
Fixture.php:6
php
tests
UI
Crawler
Fixture
Fixture.php
Generated on Fri Jan 17 2025 19:01:21 for ILIAS by
1.8.13 (using
Doxyfile
)