ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
|
Public Member Functions | |
getDefaultRenderer (?JavaScriptBinding $js_binding=null, array $with_stub_renderings=[], array $with_additional_contexts=[],) | |
getUIFactory () | |
testRender () | |
testRenderWithoutIcon () | |
Protected Member Functions | |
setUp () | |
testRenderWithIcon () | |
getNodeFactory () | |
getGlyphStub () | |
getIconStub () | |
createSimpleRenderingStub (string $class_name) | |
Protected Attributes | |
Component Symbol Glyph Glyph &MockObject | $glyph_stub |
string | $glyph_html |
Component Symbol Icon Icon &MockObject | $icon_stub |
string | $icon_html |
Component Symbol Glyph Factory &MockObject | $glyph_factory |
Component Symbol Icon Factory &MockObject | $icon_factory |
Component Symbol Factory &MockObject | $symbol_factory |
Definition at line 32 of file FieldLeafNodeTest.php.
|
protected |
Definition at line 162 of file FieldLeafNodeTest.php.
Referenced by getGlyphStub(), getIconStub(), and testRenderWithIcon().
FieldLeafNodeTest::getDefaultRenderer | ( | ?JavaScriptBinding | $js_binding = null , |
array | $with_stub_renderings = [] , |
||
array | $with_additional_contexts = [] |
||
) |
Definition at line 61 of file FieldLeafNodeTest.php.
Referenced by testRender(), testRenderWithIcon(), and testRenderWithoutIcon().
|
protected |
Definition at line 150 of file FieldLeafNodeTest.php.
References createSimpleRenderingStub().
Referenced by setUp().
|
protected |
Definition at line 156 of file FieldLeafNodeTest.php.
References createSimpleRenderingStub().
Referenced by setUp().
|
protected |
Definition at line 144 of file FieldLeafNodeTest.php.
Referenced by testRender(), testRenderWithIcon(), and testRenderWithoutIcon().
FieldLeafNodeTest::getUIFactory | ( | ) |
Definition at line 74 of file FieldLeafNodeTest.php.
References $symbol_factory, ILIAS\GlobalScreen\Provider\__construct(), and ILIAS\Repository\symbol().
|
protected |
Definition at line 43 of file FieldLeafNodeTest.php.
References $glyph_html, $glyph_stub, $icon_html, $icon_stub, getGlyphStub(), and getIconStub().
FieldLeafNodeTest::testRender | ( | ) |
Definition at line 88 of file FieldLeafNodeTest.php.
References $renderer, ILIAS\Repository\button(), getDefaultRenderer(), and getNodeFactory().
|
protected |
Definition at line 116 of file FieldLeafNodeTest.php.
References $icon_html, $icon_stub, $renderer, createSimpleRenderingStub(), getDefaultRenderer(), getNodeFactory(), and null.
FieldLeafNodeTest::testRenderWithoutIcon | ( | ) |
Definition at line 128 of file FieldLeafNodeTest.php.
References $renderer, getDefaultRenderer(), and getNodeFactory().
Definition at line 39 of file FieldLeafNodeTest.php.
|
protected |
Definition at line 35 of file FieldLeafNodeTest.php.
Referenced by setUp().
Definition at line 34 of file FieldLeafNodeTest.php.
Referenced by setUp().
Definition at line 40 of file FieldLeafNodeTest.php.
|
protected |
Definition at line 37 of file FieldLeafNodeTest.php.
Referenced by setUp(), and testRenderWithIcon().
Definition at line 36 of file FieldLeafNodeTest.php.
Referenced by setUp(), and testRenderWithIcon().
Definition at line 41 of file FieldLeafNodeTest.php.
Referenced by getUIFactory().