19 declare(strict_types=1);
21 require_once(
"libs/composer/vendor/autoload.php");
22 require_once(__DIR__ .
"../../../../Base.php");
38 $this->title =
'title';
39 $this->image =
new I\Image\Image(
C\
Image\Image::STANDARD,
'path',
'alt');
40 $this->description =
'description';
75 $this->assertEquals($this->title, $item->getTitle());
81 $this->assertEquals($this->image, $item->getIcon());
83 $this->assertNull($item->getIcon());
89 $this->assertEquals($this->description, $item->getDescription());
91 $this->assertEquals(
'', $item->getDescription());
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">
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">
151 <tr
class=
"c-modal--interruptive__items__standard">
158 <input type=
"hidden" name=
"interruptive_items[]" value=
"id">
getDefaultRenderer(JavaScriptBinding $js_binding=null, array $with_stub_renderings=[])
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
testRenderWithoutDescription()
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
brutallyTrimHTML(string $html)
A more radical version of normalizeHTML.
Provides common functionality for UI tests.
getItemWithoutDescription()