|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Class SystemInfoTest. More...
Inheritance diagram for SystemInfoTest:
Collaboration diagram for SystemInfoTest:Public Member Functions | |
| setUp () | |
| testRenderingDefault () | |
| testRenderingNeutral () | |
| testRenderingImportant () | |
| testRenderingBreaking () | |
| testRenderingCloseAction () | |
| getDefaultRenderer (JavaScriptBinding $js_binding=null, $with_stub_renderings=[]) | |
| getUIFactory () | |
Public Member Functions inherited from ILIAS_UI_TestBase | |
| setUp () | |
| tearDown () | |
| getUIFactory () | |
| getTemplateFactory () | |
| getResourceRegistry () | |
| getLanguage () | |
| getJavaScriptBinding () | |
| getRefinery () | |
| getImagePathResolver () | |
| getDefaultRenderer (JavaScriptBinding $js_binding=null, $with_stub_renderings=[]) | |
| getDecoratedRenderer (Renderer $default) | |
| normalizeHTML ($html) | |
| assertHTMLEquals ($expected_html_as_string, $html_as_string) | |
Private Attributes | |
| $sig_gen | |
Additional Inherited Members | |
Protected Member Functions inherited from ILIAS_UI_TestBase | |
| brutallyTrimHTML ($html) | |
| A more radical version of normalizeHTML. More... | |
Class SystemInfoTest.
Definition at line 16 of file SystemInfoTest.php.
| SystemInfoTest::getDefaultRenderer | ( | JavaScriptBinding | $js_binding = null, |
$with_stub_renderings = [] |
|||
| ) |
Reimplemented from ILIAS_UI_TestBase.
Definition at line 195 of file SystemInfoTest.php.
Referenced by testRenderingBreaking(), testRenderingCloseAction(), testRenderingDefault(), testRenderingImportant(), and testRenderingNeutral().
Here is the caller graph for this function:| SystemInfoTest::getUIFactory | ( | ) |
@inheritDoc
Reimplemented from ILIAS_UI_TestBase.
Definition at line 216 of file SystemInfoTest.php.
References $factory, $sig_gen, and ILIAS\GlobalScreen\Provider\__construct().
Here is the call graph for this function:| SystemInfoTest::setUp | ( | ) |
Reimplemented from ILIAS_UI_TestBase.
Definition at line 24 of file SystemInfoTest.php.
| SystemInfoTest::testRenderingBreaking | ( | ) |
Definition at line 127 of file SystemInfoTest.php.
References ILIAS_UI_TestBase\brutallyTrimHTML(), close(), and getDefaultRenderer().
Here is the call graph for this function:| SystemInfoTest::testRenderingCloseAction | ( | ) |
Definition at line 161 of file SystemInfoTest.php.
References ILIAS_UI_TestBase\brutallyTrimHTML(), close(), and getDefaultRenderer().
Here is the call graph for this function:| SystemInfoTest::testRenderingDefault | ( | ) |
Definition at line 30 of file SystemInfoTest.php.
References ILIAS_UI_TestBase\brutallyTrimHTML(), close(), and getDefaultRenderer().
Here is the call graph for this function:| SystemInfoTest::testRenderingImportant | ( | ) |
Definition at line 95 of file SystemInfoTest.php.
References ILIAS_UI_TestBase\brutallyTrimHTML(), close(), and getDefaultRenderer().
Here is the call graph for this function:| SystemInfoTest::testRenderingNeutral | ( | ) |
Definition at line 62 of file SystemInfoTest.php.
References ILIAS_UI_TestBase\brutallyTrimHTML(), close(), and getDefaultRenderer().
Here is the call graph for this function:
|
private |
Definition at line 22 of file SystemInfoTest.php.
Referenced by getUIFactory().