ILIAS
release_8 Revision v8.19
|
Tests for the Standard Page. More...
Public Member Functions | |
setUp () | |
testConstruction () | |
testGetContent () | |
testGetMetabar () | |
testGetMainbar () | |
testGetBreadcrumbs () | |
testGetLogo () | |
testHasLogo () | |
testGetResponsiveLogo () | |
testHasResponsiveLogo () | |
testWithFaviconPath () | |
testGetOverlay () | |
testWithWrongContents () | |
testGetTitle () | |
testWithTitle () | |
testWithShortTitle () | |
testWithViewTitle () | |
testWithTextDirection () | |
testWithMetaDatum () | |
testRenderingWithTitle () | |
testRenderingWithRtlLanguage () | |
testRenderingWithMetaData () | |
getUIFactory () | |
testRenderingWithCrumbs () | |
![]() | |
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 Attributes | |
Page Standard | $stdpage |
Page Factory | $factory |
MainBar | $mainbar |
MetaBar | $metabar |
Breadcrumbs | $crumbs |
Image | $logo |
Image | $responsive_logo |
Container | $overlay |
string | $title |
array | $contents |
Additional Inherited Members | |
![]() | |
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... | |
Tests for the Standard Page.
Definition at line 41 of file StandardPageTest.php.
StandardPageTest::getUIFactory | ( | ) |
Definition at line 368 of file StandardPageTest.php.
StandardPageTest::setUp | ( | ) |
Definition at line 58 of file StandardPageTest.php.
References ILIAS\UI\examples\MainControls\MainBar\mainbar().
StandardPageTest::testConstruction | ( | ) |
Definition at line 91 of file StandardPageTest.php.
StandardPageTest::testGetBreadcrumbs | ( | ) |
Definition at line 123 of file StandardPageTest.php.
StandardPageTest::testGetContent | ( | ) |
Definition at line 99 of file StandardPageTest.php.
StandardPageTest::testGetLogo | ( | ) |
Definition at line 131 of file StandardPageTest.php.
StandardPageTest::testGetMainbar | ( | ) |
Definition at line 115 of file StandardPageTest.php.
References ILIAS\UI\examples\MainControls\MainBar\mainbar().
StandardPageTest::testGetMetabar | ( | ) |
Definition at line 107 of file StandardPageTest.php.
StandardPageTest::testGetOverlay | ( | ) |
Definition at line 166 of file StandardPageTest.php.
StandardPageTest::testGetResponsiveLogo | ( | ) |
Definition at line 144 of file StandardPageTest.php.
StandardPageTest::testGetTitle | ( | ) |
Definition at line 186 of file StandardPageTest.php.
StandardPageTest::testHasLogo | ( | ) |
Definition at line 139 of file StandardPageTest.php.
StandardPageTest::testHasResponsiveLogo | ( | ) |
Definition at line 152 of file StandardPageTest.php.
StandardPageTest::testRenderingWithCrumbs | ( | ) |
Definition at line 382 of file StandardPageTest.php.
References ILIAS_UI_TestBase\brutallyTrimHTML(), ILIAS_UI_TestBase\getDefaultRenderer(), and ILIAS\UI\examples\MainControls\MainBar\mainbar().
StandardPageTest::testRenderingWithMetaData | ( | ) |
Definition at line 324 of file StandardPageTest.php.
References ILIAS_UI_TestBase\brutallyTrimHTML(), ILIAS_UI_TestBase\getDefaultRenderer(), and ILIAS\UI\examples\MainControls\MainBar\mainbar().
StandardPageTest::testRenderingWithRtlLanguage | ( | ) |
Definition at line 284 of file StandardPageTest.php.
References ILIAS_UI_TestBase\brutallyTrimHTML(), ILIAS_UI_TestBase\getDefaultRenderer(), and ILIAS\UI\examples\MainControls\MainBar\mainbar().
StandardPageTest::testRenderingWithTitle | ( | ) |
Definition at line 241 of file StandardPageTest.php.
References ILIAS_UI_TestBase\brutallyTrimHTML(), ILIAS_UI_TestBase\getDefaultRenderer(), and ILIAS\UI\examples\MainControls\MainBar\mainbar().
StandardPageTest::testWithFaviconPath | ( | ) |
Definition at line 157 of file StandardPageTest.php.
StandardPageTest::testWithMetaDatum | ( | ) |
Definition at line 230 of file StandardPageTest.php.
StandardPageTest::testWithShortTitle | ( | ) |
Definition at line 202 of file StandardPageTest.php.
StandardPageTest::testWithTextDirection | ( | ) |
Definition at line 219 of file StandardPageTest.php.
StandardPageTest::testWithTitle | ( | ) |
Definition at line 194 of file StandardPageTest.php.
StandardPageTest::testWithViewTitle | ( | ) |
Definition at line 210 of file StandardPageTest.php.
StandardPageTest::testWithWrongContents | ( | ) |
Definition at line 174 of file StandardPageTest.php.
References ILIAS\UI\examples\MainControls\MainBar\mainbar().
|
protected |
Definition at line 56 of file StandardPageTest.php.
|
protected |
Definition at line 47 of file StandardPageTest.php.
Definition at line 44 of file StandardPageTest.php.
|
protected |
Definition at line 48 of file StandardPageTest.php.
|
protected |
Definition at line 45 of file StandardPageTest.php.
|
protected |
Definition at line 46 of file StandardPageTest.php.
|
protected |
Definition at line 50 of file StandardPageTest.php.
|
protected |
Definition at line 49 of file StandardPageTest.php.
Definition at line 43 of file StandardPageTest.php.
|
protected |
Definition at line 51 of file StandardPageTest.php.