|
ILIAS
release_8 Revision v8.24
|
Tests for the Footer. More...
Inheritance diagram for FooterTest:
Collaboration diagram for FooterTest:Public Member Functions | |
| setUp () | |
| testConstruction () | |
| testConstructionNoLinks () | |
| testGetLinks (C\MainControls\Footer $footer) | |
| @depends testConstruction More... | |
| testGetText (C\MainControls\Footer $footer) | |
| @depends testConstruction More... | |
| testGetAndSetModalsWithTrigger (C\MainControls\Footer $footer) | |
| @depends testConstruction More... | |
| testPermanentURL (C\MainControls\Footer $footer) | |
| @depends testConstruction More... | |
| getUIFactory () | |
| testRendering (C\MainControls\Footer $footer) | |
| @depends testConstruction More... | |
| testRenderingNoLinks (C\MainControls\Footer $footer) | |
| @depends testConstructionNoLinks More... | |
| testRenderingPermUrl ($footer) | |
| @depends testPermanentURL More... | |
| testRenderingModalsWithTriggers (C\MainControls\Footer $footer) | |
| @depends testGetAndSetModalsWithTrigger More... | |
Public Member Functions inherited from ILIAS_UI_TestBase | |
| 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 Member Functions | |
| getFactory () | |
| getModalFactory () | |
Protected Member Functions inherited from ILIAS_UI_TestBase | |
| 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... | |
Private Attributes | |
| array | $links = [] |
| string | $text = '' |
| string | $perm_url = '' |
Tests for the Footer.
Definition at line 34 of file FooterTest.php.
|
protected |
Definition at line 51 of file FooterTest.php.
Referenced by testConstruction(), and testConstructionNoLinks().
Here is the caller graph for this function:
|
protected |
Definition at line 317 of file FooterTest.php.
Referenced by testGetAndSetModalsWithTrigger().
Here is the caller graph for this function:| FooterTest::getUIFactory | ( | ) |
Reimplemented from ILIAS_UI_TestBase.
Definition at line 150 of file FooterTest.php.
| FooterTest::setUp | ( | ) |
Reimplemented from ILIAS_UI_TestBase.
Definition at line 40 of file FooterTest.php.
References Vendor\Package\$f.
| FooterTest::testConstruction | ( | ) |
Definition at line 67 of file FooterTest.php.
References getFactory().
Here is the call graph for this function:| FooterTest::testConstructionNoLinks | ( | ) |
Definition at line 77 of file FooterTest.php.
References getFactory().
Here is the call graph for this function:| FooterTest::testGetAndSetModalsWithTrigger | ( | C\MainControls\Footer | $footer | ) |
@depends testConstruction
Definition at line 112 of file FooterTest.php.
References getModalFactory().
Here is the call graph for this function:| FooterTest::testGetLinks | ( | C\MainControls\Footer | $footer | ) |
@depends testConstruction
Definition at line 90 of file FooterTest.php.
| FooterTest::testGetText | ( | C\MainControls\Footer | $footer | ) |
@depends testConstruction
Definition at line 101 of file FooterTest.php.
| FooterTest::testPermanentURL | ( | C\MainControls\Footer | $footer | ) |
@depends testConstruction
Definition at line 137 of file FooterTest.php.
References $perm_url.
| FooterTest::testRendering | ( | C\MainControls\Footer | $footer | ) |
@depends testConstruction
Definition at line 168 of file FooterTest.php.
References ILIAS_UI_TestBase\brutallyTrimHTML(), ILIAS\UI\examples\MainControls\Footer\footer(), ILIAS_UI_TestBase\getDefaultRenderer(), and ILIAS\UI\examples\Symbol\Glyph\Up\up().
Here is the call graph for this function:| FooterTest::testRenderingModalsWithTriggers | ( | C\MainControls\Footer | $footer | ) |
@depends testGetAndSetModalsWithTrigger
Definition at line 255 of file FooterTest.php.
References ILIAS_UI_TestBase\brutallyTrimHTML(), ILIAS\UI\examples\MainControls\Footer\footer(), ILIAS_UI_TestBase\getDefaultRenderer(), and ILIAS\UI\examples\Symbol\Glyph\Up\up().
Here is the call graph for this function:| FooterTest::testRenderingNoLinks | ( | C\MainControls\Footer | $footer | ) |
@depends testConstructionNoLinks
Definition at line 199 of file FooterTest.php.
References ILIAS_UI_TestBase\brutallyTrimHTML(), ILIAS\UI\examples\MainControls\Footer\footer(), and ILIAS_UI_TestBase\getDefaultRenderer().
Here is the call graph for this function:| FooterTest::testRenderingPermUrl | ( | $footer | ) |
@depends testPermanentURL
Definition at line 223 of file FooterTest.php.
References ILIAS_UI_TestBase\brutallyTrimHTML(), ILIAS\UI\examples\MainControls\Footer\footer(), ILIAS_UI_TestBase\getDefaultRenderer(), and ILIAS\UI\examples\Symbol\Glyph\Up\up().
Here is the call graph for this function:
|
private |
Definition at line 36 of file FooterTest.php.
|
private |
Definition at line 38 of file FooterTest.php.
Referenced by testPermanentURL().
|
private |
Definition at line 37 of file FooterTest.php.