◆ getItem()
| StandardInterruptiveItemTest::getItem |
( |
| ) |
|
|
protected |
◆ getItemWithoutDescription()
| StandardInterruptiveItemTest::getItemWithoutDescription |
( |
| ) |
|
|
protected |
◆ getItemWithoutIcon()
| StandardInterruptiveItemTest::getItemWithoutIcon |
( |
| ) |
|
|
protected |
◆ setUp()
| StandardInterruptiveItemTest::setUp |
( |
| ) |
|
Definition at line 35 of file StandardInterruptiveItemTest.php.
38 $this->title =
'title';
39 $this->image =
new I\Image\Image(
C\
Image\Image::STANDARD,
'path',
'alt');
40 $this->description =
'description';
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
◆ testGetDescription()
| StandardInterruptiveItemTest::testGetDescription |
( |
| ) |
|
◆ testGetIcon()
| StandardInterruptiveItemTest::testGetIcon |
( |
| ) |
|
◆ testGetTitle()
| StandardInterruptiveItemTest::testGetTitle |
( |
| ) |
|
◆ testRender()
| StandardInterruptiveItemTest::testRender |
( |
| ) |
|
Definition at line 94 of file StandardInterruptiveItemTest.php.
References $r, and getItem().
96 $r = $this->getDefaultRenderer();
100 <tr
class=
"c-modal--interruptive__items__standard">
102 <img src=
"path" class=
"img-standard" alt=
"alt" />
109 <input type=
"hidden" name=
"interruptive_items[]" value=
"id">
115 $this->brutallyTrimHTML($expected),
116 $this->brutallyTrimHTML($html)
◆ testRenderWithoutDescription()
| StandardInterruptiveItemTest::testRenderWithoutDescription |
( |
| ) |
|
Definition at line 120 of file StandardInterruptiveItemTest.php.
References $r, and getItemWithoutDescription().
122 $r = $this->getDefaultRenderer();
126 <tr
class=
"c-modal--interruptive__items__standard">
128 <img src=
"path" class=
"img-standard" alt=
"alt" />
134 <input type=
"hidden" name=
"interruptive_items[]" value=
"id">
140 $this->brutallyTrimHTML($expected),
141 $this->brutallyTrimHTML($html)
getItemWithoutDescription()
◆ testRenderWithoutIcon()
| StandardInterruptiveItemTest::testRenderWithoutIcon |
( |
| ) |
|
Definition at line 145 of file StandardInterruptiveItemTest.php.
References $r, and getItemWithoutIcon().
147 $r = $this->getDefaultRenderer();
151 <tr
class=
"c-modal--interruptive__items__standard">
158 <input type=
"hidden" name=
"interruptive_items[]" value=
"id">
164 $this->brutallyTrimHTML($expected),
165 $this->brutallyTrimHTML($html)
◆ $description
| string StandardInterruptiveItemTest::$description |
|
private |
◆ $id
| string StandardInterruptiveItemTest::$id |
|
private |
◆ $image
| I Image Image StandardInterruptiveItemTest::$image |
|
private |
◆ $title
| string StandardInterruptiveItemTest::$title |
|
private |
The documentation for this class was generated from the following file: