|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Tests for the Standard Page. More...
Inheritance diagram for StandardPageTest:
Collaboration diagram for StandardPageTest:Public Member Functions | |
| setUp () | |
| testConstruction () | |
| testGetContent () | |
| testGetMetabar () | |
| testGetMainbar () | |
| testGetBreadcrumbs () | |
| testGetLogo () | |
| testHasLogo () | |
| testGetResponsiveLogo () | |
| testHasResponsiveLogo () | |
| testWithWrongContents () | |
| testGetTitle () | |
| testWithTitle () | |
| testWithShortTitle () | |
| testWithViewTitle () | |
| testWithTextDirection () | |
| testWithMetaDatum () | |
| testRenderingWithTitle () | |
| testRenderingWithMetaData () | |
| testRenderingWithRtlLanguage () | |
Public Member Functions inherited from ILIAS_UI_TestBase | |
| setUp () | |
| tearDown () | |
| getUIFactory () | |
| getTemplateFactory () | |
| getResourceRegistry () | |
| getLanguage () | |
| getJavaScriptBinding () | |
| getRefinery () | |
| getImagePathResolver () | |
| getDefaultRenderer (JavaScriptBinding $js_binding=null, $with_stub_renderings=[]) | |
| getDecoratedRenderer (Renderer $default) | |
| normalizeHTML ($html) | |
| assertHTMLEquals ($expected_html_as_string, $html_as_string) | |
Protected Attributes | |
| $stdpage | |
| $factory | |
| $mainbar | |
| $metabar | |
| $crumbs | |
| $logo | |
Additional Inherited Members | |
Protected Member Functions inherited from ILIAS_UI_TestBase | |
| brutallyTrimHTML ($html) | |
| A more radical version of normalizeHTML. More... | |
Tests for the Standard Page.
Definition at line 19 of file StandardPageTest.php.
| StandardPageTest::setUp | ( | ) |
Reimplemented from ILIAS_UI_TestBase.
Definition at line 51 of file StandardPageTest.php.
References mainbar(), and metabar().
Here is the call graph for this function:| StandardPageTest::testConstruction | ( | ) |
Definition at line 79 of file StandardPageTest.php.
| StandardPageTest::testGetBreadcrumbs | ( | ) |
Definition at line 111 of file StandardPageTest.php.
| StandardPageTest::testGetContent | ( | ) |
Definition at line 87 of file StandardPageTest.php.
| StandardPageTest::testGetLogo | ( | ) |
Definition at line 119 of file StandardPageTest.php.
| StandardPageTest::testGetMainbar | ( | ) |
Definition at line 103 of file StandardPageTest.php.
References mainbar().
Here is the call graph for this function:| StandardPageTest::testGetMetabar | ( | ) |
Definition at line 95 of file StandardPageTest.php.
References metabar().
Here is the call graph for this function:| StandardPageTest::testGetResponsiveLogo | ( | ) |
Definition at line 132 of file StandardPageTest.php.
| StandardPageTest::testGetTitle | ( | ) |
Definition at line 157 of file StandardPageTest.php.
| StandardPageTest::testHasLogo | ( | ) |
Definition at line 127 of file StandardPageTest.php.
| StandardPageTest::testHasResponsiveLogo | ( | ) |
Definition at line 140 of file StandardPageTest.php.
| StandardPageTest::testRenderingWithMetaData | ( | ) |
Definition at line 257 of file StandardPageTest.php.
References ILIAS_UI_TestBase\brutallyTrimHTML(), ILIAS_UI_TestBase\getDefaultRenderer(), mainbar(), and metabar().
Here is the call graph for this function:| StandardPageTest::testRenderingWithRtlLanguage | ( | ) |
Definition at line 299 of file StandardPageTest.php.
References ILIAS_UI_TestBase\brutallyTrimHTML(), ILIAS_UI_TestBase\getDefaultRenderer(), mainbar(), and metabar().
Here is the call graph for this function:| StandardPageTest::testRenderingWithTitle | ( | ) |
Definition at line 212 of file StandardPageTest.php.
References ILIAS_UI_TestBase\brutallyTrimHTML(), ILIAS_UI_TestBase\getDefaultRenderer(), mainbar(), and metabar().
Here is the call graph for this function:| StandardPageTest::testWithMetaDatum | ( | ) |
Definition at line 201 of file StandardPageTest.php.
| StandardPageTest::testWithShortTitle | ( | ) |
Definition at line 173 of file StandardPageTest.php.
| StandardPageTest::testWithTextDirection | ( | ) |
Definition at line 190 of file StandardPageTest.php.
| StandardPageTest::testWithTitle | ( | ) |
Definition at line 165 of file StandardPageTest.php.
| StandardPageTest::testWithViewTitle | ( | ) |
Definition at line 181 of file StandardPageTest.php.
| StandardPageTest::testWithWrongContents | ( | ) |
Definition at line 145 of file StandardPageTest.php.
References mainbar(), and metabar().
Here is the call graph for this function:
|
protected |
Definition at line 44 of file StandardPageTest.php.
|
protected |
Definition at line 29 of file StandardPageTest.php.
|
protected |
Definition at line 49 of file StandardPageTest.php.
|
protected |
Definition at line 34 of file StandardPageTest.php.
|
protected |
Definition at line 39 of file StandardPageTest.php.
|
protected |
Definition at line 24 of file StandardPageTest.php.