ILIAS
release_8 Revision v8.23
|
Public Member Functions | |
setUp () | |
testImplementsFactoryInterface () | |
testRendering () | |
testProducesNullWhenNoDataExists () | |
![]() | |
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 Member Functions | |
buildFactory () | |
![]() | |
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... | |
Private Attributes | |
DefNamesource | $name_source |
Definition at line 32 of file LinkInputTest.php.
|
protected |
Definition at line 41 of file LinkInputTest.php.
Referenced by testImplementsFactoryInterface(), testProducesNullWhenNoDataExists(), and testRendering().
LinkInputTest::setUp | ( | ) |
Definition at line 36 of file LinkInputTest.php.
LinkInputTest::testImplementsFactoryInterface | ( | ) |
Definition at line 57 of file LinkInputTest.php.
References $factory, $url, and buildFactory().
LinkInputTest::testProducesNullWhenNoDataExists | ( | ) |
Definition at line 94 of file LinkInputTest.php.
References Vendor\Package\$f, $name, buildFactory(), and ILIAS\GlobalScreen\has().
LinkInputTest::testRendering | ( | ) |
Definition at line 65 of file LinkInputTest.php.
References $factory, $url, ILIAS_UI_TestBase\brutallyTrimHTML(), buildFactory(), ILIAS_UI_TestBase\getDefaultRenderer(), and ILIAS_UI_TestBase\normalizeHTML().
|
private |
Definition at line 34 of file LinkInputTest.php.