ILIAS
trunk Revision v11.0_alpha-1811-gd2d5443e411
|
Tests for the Meta Bar. More...
Public Member Functions | |
setUp () | |
testConstruction () | |
testAddEntry () | |
testDisallowedEntry () | |
testSignalsPresent () | |
getUIFactory () | |
brutallyTrimHTML (string $html) | |
testRendering () | |
testAcceptsBulkyLinkAsEntry () | |
Protected Member Functions | |
getButton () | |
getSlate () | |
Protected Attributes | |
I Component Button Factory | $button_factory |
I Component Symbol Icon Factory | $icon_factory |
I Component Counter Factory | $counter_factory |
I Component MainControls Factory | $factory |
C MainControls MetaBar | $metabar |
Tests for the Meta Bar.
Definition at line 33 of file MetaBarTest.php.
MetaBarTest::brutallyTrimHTML | ( | string | $html | ) |
Definition at line 145 of file MetaBarTest.php.
Referenced by testRendering().
|
protected |
Definition at line 70 of file MetaBarTest.php.
Referenced by testAddEntry(), and testRendering().
|
protected |
Definition at line 79 of file MetaBarTest.php.
Referenced by testAddEntry().
MetaBarTest::getUIFactory | ( | ) |
Definition at line 111 of file MetaBarTest.php.
References $button_factory, $counter_factory, $factory, ILIAS\Repository\button(), and ILIAS\Repository\symbol().
MetaBarTest::setUp | ( | ) |
Definition at line 41 of file MetaBarTest.php.
References factory().
MetaBarTest::testAcceptsBulkyLinkAsEntry | ( | ) |
Definition at line 202 of file MetaBarTest.php.
References $r.
MetaBarTest::testAddEntry | ( | ) |
Definition at line 88 of file MetaBarTest.php.
References getButton(), and getSlate().
MetaBarTest::testConstruction | ( | ) |
Definition at line 62 of file MetaBarTest.php.
MetaBarTest::testDisallowedEntry | ( | ) |
Definition at line 100 of file MetaBarTest.php.
MetaBarTest::testRendering | ( | ) |
Definition at line 154 of file MetaBarTest.php.
References $r, brutallyTrimHTML(), and getButton().
MetaBarTest::testSignalsPresent | ( | ) |
Definition at line 106 of file MetaBarTest.php.
|
protected |
Definition at line 35 of file MetaBarTest.php.
Referenced by getUIFactory().
|
protected |
Definition at line 37 of file MetaBarTest.php.
Referenced by getUIFactory().
|
protected |
Definition at line 38 of file MetaBarTest.php.
Referenced by getUIFactory().
|
protected |
Definition at line 36 of file MetaBarTest.php.
|
protected |
Definition at line 39 of file MetaBarTest.php.