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 () | |
testRenderWithChildren () | |
testRenderWithoutChildren () | |
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 FieldBranchNodeTest.php.
|
protected |
Definition at line 176 of file FieldBranchNodeTest.php.
Referenced by getGlyphStub(), getIconStub(), testRenderWithChildren(), and testRenderWithIcon().
FieldBranchNodeTest::getDefaultRenderer | ( | ?JavaScriptBinding | $js_binding = null , |
array | $with_stub_renderings = [] , |
||
array | $with_additional_contexts = [] |
||
) |
Definition at line 61 of file FieldBranchNodeTest.php.
Referenced by testRenderWithChildren(), testRenderWithIcon(), testRenderWithoutChildren(), and testRenderWithoutIcon().
|
protected |
Definition at line 164 of file FieldBranchNodeTest.php.
References createSimpleRenderingStub().
Referenced by setUp().
|
protected |
Definition at line 170 of file FieldBranchNodeTest.php.
References createSimpleRenderingStub().
Referenced by setUp().
|
protected |
Definition at line 158 of file FieldBranchNodeTest.php.
Referenced by testRenderWithChildren(), testRenderWithIcon(), testRenderWithoutChildren(), and testRenderWithoutIcon().
FieldBranchNodeTest::getUIFactory | ( | ) |
Definition at line 74 of file FieldBranchNodeTest.php.
References $symbol_factory, ILIAS\GlobalScreen\Provider\__construct(), and ILIAS\Repository\symbol().
|
protected |
Definition at line 43 of file FieldBranchNodeTest.php.
References $glyph_html, $glyph_stub, $icon_html, $icon_stub, getGlyphStub(), and getIconStub().
FieldBranchNodeTest::testRenderWithChildren | ( | ) |
Definition at line 88 of file FieldBranchNodeTest.php.
References $renderer, ILIAS\Repository\button(), createSimpleRenderingStub(), getDefaultRenderer(), getNodeFactory(), and null.
|
protected |
Definition at line 130 of file FieldBranchNodeTest.php.
References $icon_html, $icon_stub, $renderer, createSimpleRenderingStub(), getDefaultRenderer(), getNodeFactory(), and null.
FieldBranchNodeTest::testRenderWithoutChildren | ( | ) |
Definition at line 120 of file FieldBranchNodeTest.php.
References $renderer, getDefaultRenderer(), and getNodeFactory().
FieldBranchNodeTest::testRenderWithoutIcon | ( | ) |
Definition at line 142 of file FieldBranchNodeTest.php.
References $renderer, getDefaultRenderer(), and getNodeFactory().
Definition at line 39 of file FieldBranchNodeTest.php.
|
protected |
Definition at line 35 of file FieldBranchNodeTest.php.
Referenced by setUp().
Definition at line 34 of file FieldBranchNodeTest.php.
Referenced by setUp().
Definition at line 40 of file FieldBranchNodeTest.php.
|
protected |
Definition at line 37 of file FieldBranchNodeTest.php.
Referenced by setUp(), and testRenderWithIcon().
Definition at line 36 of file FieldBranchNodeTest.php.
Referenced by setUp(), and testRenderWithIcon().
Definition at line 41 of file FieldBranchNodeTest.php.
Referenced by getUIFactory().