ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
ProperEntryFixture Class Reference
+ Collaboration diagram for ProperEntryFixture:

Data Fields

 $properEntryYamlArray
 
 $properEntryYamlString
 

Detailed Description

Definition at line 4 of file Fixture.php.

Field Documentation

◆ $properEntryYamlArray

ProperEntryFixture::$properEntryYamlArray
Initial value:
"description" => array(
"purpose" => "Description of Purpose",
"composition" => "Description of Composition with line break",
"effect" => "Effect Description on one line",
"rivals" => array(
"icon" => "Icon Description"
)
),
"background"=>"\"Some wild background with quotes\" and links <a href='http:test'>test</a>",
"featurewiki"=> array("http://www.ilias.de/docu/goto_docu_wiki_wpage_3208_1357.html"),
"rules"=>array(
"usage"=>array(
1 => "Usage Rule 1",
2 => "Usage Rule 2",
3 => "Usage Rule 3 multi line"
),
"style"=>array(
4 => "Style Rule"
)
),
"namespace"=>"\\ILIAS\\UI\\Crawler\\Fixture\\ProperEntry",
"function_name"=>"properEntry"
)
)

Definition at line 6 of file Fixture.php.

◆ $properEntryYamlString

ProperEntryFixture::$properEntryYamlString
Initial value:
=
"description:
purpose: >
Description of Purpose
composition: >
Description of Composition
with line break
effect: Effect Description on one line
rivals:
icon: >
Icon Description
background: >
\"Some wild background with quotes\"
and links <a href='http:test'>test</a>
featurewiki:
- http://www.ilias.de/docu/goto_docu_wiki_wpage_3208_1357.html
rules:
usage:
1: Usage Rule 1
2: Usage Rule 2
3: >
Usage Rule 3 multi line
style:
4: Style Rule
namespace: \\ILIAS\\UI\\Crawler\\Fixture\\ProperEntry
function_name: properEntry"

Definition at line 35 of file Fixture.php.


The documentation for this class was generated from the following file: