ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
Public Member Functions | |
getDefaultRenderer (?JavaScriptBinding $js_binding=null, array $with_stub_renderings=[], array $with_additional_contexts=[],) | |
getUIFactory () | |
testWithValueForInvalidArguments (mixed $value) | |
@dataProvider getInvalidArgumentsForWithValue More... | |
testWithValueForValidArguments (string|int|null $value) | |
@dataProvider getValidArgumentsForWithValue More... | |
testRenderWithValue () | |
testRenderWithDisabled () | |
testRenderWithRequired () | |
testRenderDrilldownMenu () | |
Static Public Member Functions | |
static | getInvalidArgumentsForWithValue () |
static | getValidArgumentsForWithValue () |
Protected Member Functions | |
setUp () | |
getMenuFactory () | |
getFieldFactory (?Field\Node\Factory $node_factory=null) | |
getNodeRetrieval (array $node_stubs=[], array $leaf_stubs=[]) | |
getLeafStub (string|int $id='', string $name='') | |
getBreadcrumbsStub () | |
getDrilldownStub () | |
getLinkStub () | |
getBulkyStub () | |
createSimpleRenderingStub (string $class_name) | |
Protected Attributes | |
Component Button Bulky &MockObject | $bulky_stub |
string | $bulky_html |
Component Link Standard &MockObject | $link_stub |
string | $link_html |
Component Menu Drilldown &MockObject | $drilldown_stub |
string | $drilldown_html |
Component Breadcrumbs Breadcrumbs &MockObject | $breadcrumbs_stub |
string | $breadcrumbs_html |
Component SignalGeneratorInterface | $signal_generator |
Component Menu Factory | $menu_factory |
Definition at line 33 of file TreeSelectTest.php.
|
protected |
Definition at line 404 of file TreeSelectTest.php.
|
protected |
Definition at line 380 of file TreeSelectTest.php.
Referenced by setUp().
|
protected |
Definition at line 398 of file TreeSelectTest.php.
Referenced by setUp().
TreeSelectTest::getDefaultRenderer | ( | ?JavaScriptBinding | $js_binding = null , |
array | $with_stub_renderings = [] , |
||
array | $with_additional_contexts = [] |
||
) |
Definition at line 62 of file TreeSelectTest.php.
|
protected |
Definition at line 386 of file TreeSelectTest.php.
Referenced by setUp().
|
protected |
Definition at line 344 of file TreeSelectTest.php.
References ILIAS\UI\Implementation\Component\Input\getDataFactory(), and getLanguage().
|
static |
Definition at line 316 of file TreeSelectTest.php.
|
protected |
Definition at line 369 of file TreeSelectTest.php.
References $id.
|
protected |
Definition at line 392 of file TreeSelectTest.php.
Referenced by setUp().
|
protected |
Definition at line 339 of file TreeSelectTest.php.
|
protected |
Field\Node\Node[] | $node_stubs | to yield from NodeRetrieval::getNodes() |
Field\Node\Leaf[] | $leaf_stubs | to yield from NodeRetrieval::getNodesAsLeaf() |
Definition at line 360 of file TreeSelectTest.php.
References ILIAS\ResourceStorage\Flavour\Machine\DefaultMachines\from().
TreeSelectTest::getUIFactory | ( | ) |
Definition at line 76 of file TreeSelectTest.php.
References ILIAS\GlobalScreen\Provider\__construct(), ILIAS\UI\examples\Breadcrumbs\breadcrumbs(), ILIAS\Repository\button(), ILIAS\Repository\link(), and ILIAS\Repository\symbol().
|
static |
Definition at line 327 of file TreeSelectTest.php.
|
protected |
Definition at line 47 of file TreeSelectTest.php.
References $breadcrumbs_html, $breadcrumbs_stub, $bulky_html, $bulky_stub, $drilldown_html, $drilldown_stub, $link_html, $link_stub, getBreadcrumbsStub(), getBulkyStub(), getDrilldownStub(), and getLinkStub().
TreeSelectTest::testRenderDrilldownMenu | ( | ) |
Definition at line 239 of file TreeSelectTest.php.
References $renderer, ILIAS\Repository\button(), ILIAS\UI\examples\Symbol\Glyph\Close\close(), ILIAS\UI\examples\Symbol\Glyph\Header\header(), and ILIAS\Repository\ui().
TreeSelectTest::testRenderWithDisabled | ( | ) |
Definition at line 193 of file TreeSelectTest.php.
References $renderer, and ILIAS\UI\examples\Input\Field\Checkbox\disabled().
TreeSelectTest::testRenderWithRequired | ( | ) |
Definition at line 216 of file TreeSelectTest.php.
References $renderer.
TreeSelectTest::testRenderWithValue | ( | ) |
Definition at line 159 of file TreeSelectTest.php.
References $renderer, and ILIAS\Repository\button().
TreeSelectTest::testWithValueForInvalidArguments | ( | mixed | $value | ) |
@dataProvider getInvalidArgumentsForWithValue
Definition at line 142 of file TreeSelectTest.php.
TreeSelectTest::testWithValueForValidArguments | ( | string|int|null | $value | ) |
@dataProvider getValidArgumentsForWithValue
Definition at line 151 of file TreeSelectTest.php.
|
protected |
Definition at line 42 of file TreeSelectTest.php.
Referenced by setUp().
|
protected |
Definition at line 41 of file TreeSelectTest.php.
Referenced by setUp().
|
protected |
Definition at line 36 of file TreeSelectTest.php.
Referenced by setUp().
|
protected |
Definition at line 35 of file TreeSelectTest.php.
Referenced by setUp().
|
protected |
Definition at line 40 of file TreeSelectTest.php.
Referenced by setUp().
Definition at line 39 of file TreeSelectTest.php.
Referenced by setUp().
|
protected |
Definition at line 38 of file TreeSelectTest.php.
Referenced by setUp().
Definition at line 37 of file TreeSelectTest.php.
Referenced by setUp().
Definition at line 45 of file TreeSelectTest.php.
|
protected |
Definition at line 44 of file TreeSelectTest.php.