ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
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 () | |
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().
StandardPageTest::getUIFactory | ( | ) |
Definition at line 392 of file StandardPageTest.php.
References ILIAS\Repository\button().
StandardPageTest::setUp | ( | ) |
Definition at line 60 of file StandardPageTest.php.
References factory(), and ILIAS\UI\examples\MainControls\MainBar\mainbar().
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().
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().
StandardPageTest::testRenderingWithMetaData | ( | ) |
Definition at line 339 of file StandardPageTest.php.
References getMockedTag(), and ILIAS\UI\examples\MainControls\MainBar\mainbar().
StandardPageTest::testRenderingWithRtlLanguage | ( | ) |
Definition at line 293 of file StandardPageTest.php.
References ILIAS\UI\examples\MainControls\MainBar\mainbar().
StandardPageTest::testRenderingWithTitle | ( | ) |
Definition at line 244 of file StandardPageTest.php.
References ILIAS\UI\examples\MainControls\MainBar\mainbar().
StandardPageTest::testWithFaviconPath | ( | ) |
Definition at line 159 of file StandardPageTest.php.
StandardPageTest::testWithMetaDatum | ( | ) |
Definition at line 234 of file StandardPageTest.php.
References getMockedTag().
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().
|
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().