ILIAS
release_8 Revision v8.19
|
Checks if the HTML used for the Client tests is rendered as specified. More...
Public Member Functions | |
setUp () | |
getUIFactory () | |
testRenderClientHtml () | |
![]() | |
setUp () | |
tearDown () | |
getUIFactory () | |
getTemplateFactory () | |
getResourceRegistry () | |
getLanguage () | |
getJavaScriptBinding () | |
getRefinery () | |
getImagePathResolver () | |
getDataFactory () | |
getDefaultRenderer (JavaScriptBinding $js_binding=null, array $with_stub_renderings=[]) | |
getDecoratedRenderer (Renderer $default) | |
normalizeHTML (string $html) | |
assertHTMLEquals (string $expected_html_as_string, string $html_as_string) | |
Protected Attributes | |
$sig_gen | |
Additional Inherited Members | |
![]() | |
brutallyTrimHTML (string $html) | |
A more radical version of normalizeHTML. More... | |
brutallyTrimSignals (string $html) | |
A naive replacement of all il_signal-ids with dots to ease comparisons of rendered output. More... | |
Checks if the HTML used for the Client tests is rendered as specified.
Definition at line 29 of file ItemNotificationClientHtmlTest.php.
ItemNotificationClientHtmlTest::getUIFactory | ( | ) |
Definition at line 41 of file ItemNotificationClientHtmlTest.php.
References $factory, and $sig_gen.
Referenced by testRenderClientHtml().
ItemNotificationClientHtmlTest::setUp | ( | ) |
Definition at line 36 of file ItemNotificationClientHtmlTest.php.
ItemNotificationClientHtmlTest::testRenderClientHtml | ( | ) |
Definition at line 81 of file ItemNotificationClientHtmlTest.php.
References Vendor\Package\$f, ILIAS_UI_TestBase\brutallyTrimHTML(), ILIAS_UI_TestBase\getDefaultRenderer(), and getUIFactory().
|
protected |
Definition at line 34 of file ItemNotificationClientHtmlTest.php.
Referenced by getUIFactory().