ILIAS
release_8 Revision v8.19
|
Public Member Functions | |
testViewControlContainerConstruct () | |
testViewControlContainerWithControls () | |
testViewControlContainerWithRequest () | |
testViewControlContainerTransforms () | |
![]() | |
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 | |
buildDataFactory () | |
buildRefinery () | |
buildContainerFactory () | |
buildFieldFactory () | |
buildVCFactory () | |
![]() | |
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... | |
Definition at line 35 of file ViewControlContainerTest.php.
|
protected |
Definition at line 48 of file ViewControlContainerTest.php.
References buildVCFactory().
Referenced by testViewControlContainerConstruct(), testViewControlContainerTransforms(), testViewControlContainerWithControls(), and testViewControlContainerWithRequest().
|
protected |
Definition at line 37 of file ViewControlContainerTest.php.
Referenced by buildFieldFactory(), buildRefinery(), buildVCFactory(), and testViewControlContainerWithRequest().
|
protected |
Definition at line 55 of file ViewControlContainerTest.php.
References buildDataFactory(), buildRefinery(), and ILIAS_UI_TestBase\getLanguage().
Referenced by buildVCFactory().
|
protected |
Definition at line 41 of file ViewControlContainerTest.php.
References buildDataFactory().
Referenced by buildFieldFactory(), buildVCFactory(), and testViewControlContainerTransforms().
|
protected |
Definition at line 66 of file ViewControlContainerTest.php.
References buildDataFactory(), buildFieldFactory(), buildRefinery(), and ILIAS_UI_TestBase\getLanguage().
Referenced by buildContainerFactory(), testViewControlContainerTransforms(), testViewControlContainerWithControls(), and testViewControlContainerWithRequest().
ViewControlContainerTest::testViewControlContainerConstruct | ( | ) |
Definition at line 77 of file ViewControlContainerTest.php.
References buildContainerFactory().
ViewControlContainerTest::testViewControlContainerTransforms | ( | ) |
Definition at line 140 of file ViewControlContainerTest.php.
References buildContainerFactory(), buildRefinery(), and buildVCFactory().
ViewControlContainerTest::testViewControlContainerWithControls | ( | ) |
Definition at line 84 of file ViewControlContainerTest.php.
References buildContainerFactory(), and buildVCFactory().
ViewControlContainerTest::testViewControlContainerWithRequest | ( | ) |
Definition at line 105 of file ViewControlContainerTest.php.
References $data, buildContainerFactory(), buildDataFactory(), and buildVCFactory().