|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
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 () | |
| testWithFaviconPath () | |
| testGetOverlay () | |
| testWithWrongContents () | |
| testGetTitle () | |
| testWithTitle () | |
| testWithShortTitle () | |
| testWithViewTitle () | |
| testWithTextDirection () | |
| testWithMetaDatum () | |
| testRenderingWithTitle () | |
| testRenderingWithRtlLanguage () | |
| testRenderingWithMetaData () | |
| getUIFactory () | |
| getDataFactory () | |
| testRenderingWithCrumbs () | |
| getMockedTag (string $html) | |
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 |
Tests for the Standard Page.
Definition at line 43 of file StandardPageTest.php.
| StandardPageTest::getDataFactory | ( | ) |
Definition at line 407 of file StandardPageTest.php.
| StandardPageTest::getMockedTag | ( | string | $html | ) |
Definition at line 486 of file StandardPageTest.php.
References ILIAS\GlobalScreen\Provider\__construct().
Referenced by testRenderingWithMetaData(), and testWithMetaDatum().
Here is the call graph for this function:
Here is the caller graph for this function:| StandardPageTest::getUIFactory | ( | ) |
Definition at line 392 of file StandardPageTest.php.
References ILIAS\Repository\button().
Here is the call graph for this function:| StandardPageTest::setUp | ( | ) |
Definition at line 60 of file StandardPageTest.php.
References factory(), and ILIAS\UI\examples\MainControls\MainBar\mainbar().
Here is the call graph for this function:| StandardPageTest::testConstruction | ( | ) |
Definition at line 93 of file StandardPageTest.php.
| StandardPageTest::testGetBreadcrumbs | ( | ) |
Definition at line 125 of file StandardPageTest.php.
| StandardPageTest::testGetContent | ( | ) |
Definition at line 101 of file StandardPageTest.php.
| StandardPageTest::testGetLogo | ( | ) |
Definition at line 133 of file StandardPageTest.php.
| StandardPageTest::testGetMainbar | ( | ) |
Definition at line 117 of file StandardPageTest.php.
References ILIAS\UI\examples\MainControls\MainBar\mainbar().
Here is the call graph for this function:| StandardPageTest::testGetMetabar | ( | ) |
Definition at line 109 of file StandardPageTest.php.
| StandardPageTest::testGetOverlay | ( | ) |
Definition at line 168 of file StandardPageTest.php.
| StandardPageTest::testGetResponsiveLogo | ( | ) |
Definition at line 146 of file StandardPageTest.php.
| StandardPageTest::testGetTitle | ( | ) |
Definition at line 188 of file StandardPageTest.php.
| StandardPageTest::testHasLogo | ( | ) |
Definition at line 141 of file StandardPageTest.php.
| StandardPageTest::testHasResponsiveLogo | ( | ) |
Definition at line 154 of file StandardPageTest.php.
| StandardPageTest::testRenderingWithCrumbs | ( | ) |
Definition at line 412 of file StandardPageTest.php.
References $crumbs, $stdpage, factory(), and ILIAS\UI\examples\MainControls\MainBar\mainbar().
Here is the call graph for this function:| StandardPageTest::testRenderingWithMetaData | ( | ) |
Definition at line 339 of file StandardPageTest.php.
References getMockedTag(), and ILIAS\UI\examples\MainControls\MainBar\mainbar().
Here is the call graph for this function:| StandardPageTest::testRenderingWithRtlLanguage | ( | ) |
Definition at line 293 of file StandardPageTest.php.
References ILIAS\UI\examples\MainControls\MainBar\mainbar().
Here is the call graph for this function:| StandardPageTest::testRenderingWithTitle | ( | ) |
Definition at line 244 of file StandardPageTest.php.
References ILIAS\UI\examples\MainControls\MainBar\mainbar().
Here is the call graph for this function:| StandardPageTest::testWithFaviconPath | ( | ) |
Definition at line 159 of file StandardPageTest.php.
| StandardPageTest::testWithMetaDatum | ( | ) |
Definition at line 234 of file StandardPageTest.php.
References getMockedTag().
Here is the call graph for this function:| StandardPageTest::testWithShortTitle | ( | ) |
Definition at line 205 of file StandardPageTest.php.
References $title.
| StandardPageTest::testWithTextDirection | ( | ) |
Definition at line 223 of file StandardPageTest.php.
| StandardPageTest::testWithTitle | ( | ) |
| StandardPageTest::testWithViewTitle | ( | ) |
| StandardPageTest::testWithWrongContents | ( | ) |
Definition at line 176 of file StandardPageTest.php.
References factory(), and ILIAS\UI\examples\MainControls\MainBar\mainbar().
Here is the call graph for this function:
|
protected |
Definition at line 58 of file StandardPageTest.php.
|
protected |
Definition at line 49 of file StandardPageTest.php.
Referenced by testRenderingWithCrumbs().
Definition at line 46 of file StandardPageTest.php.
|
protected |
Definition at line 50 of file StandardPageTest.php.
|
protected |
Definition at line 47 of file StandardPageTest.php.
|
protected |
Definition at line 48 of file StandardPageTest.php.
|
protected |
Definition at line 52 of file StandardPageTest.php.
|
protected |
Definition at line 51 of file StandardPageTest.php.
Definition at line 45 of file StandardPageTest.php.
Referenced by testRenderingWithCrumbs().
|
protected |
Definition at line 53 of file StandardPageTest.php.
Referenced by testWithShortTitle(), testWithTitle(), and testWithViewTitle().