|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Tests for the Footer. More...
Inheritance diagram for FooterTest:
Collaboration diagram for FooterTest:Public Member Functions | |
| setUp () | |
| testConstruction () | |
| testConstructionNoLinks () | |
| testGetLinks ($footer) | |
| @depends testConstruction More... | |
| testGetText ($footer) | |
| @depends testConstruction More... | |
| testGetAndSetModalsWithTrigger (C\MainControls\Footer $footer) | |
| @depends testConstruction More... | |
| testPermanentURL ($footer) | |
| @depends testConstruction More... | |
| getUIFactory () | |
| testRendering ($footer) | |
| @depends testConstruction More... | |
| testRenderingNoLinks ($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 () | |
| getDefaultRenderer (JavaScriptBinding $js_binding=null, $with_stub_renderings=[]) | |
| getDecoratedRenderer (Renderer $default) | |
| normalizeHTML ($html) | |
| assertHTMLEquals ($expected_html_as_string, $html_as_string) | |
Protected Member Functions | |
| getFactory () | |
Protected Member Functions inherited from ILIAS_UI_TestBase | |
| brutallyTrimHTML ($html) | |
| A more radical version of normalizeHTML. More... | |
Private Attributes | |
| $links = [] | |
| $text = '' | |
| $perm_url = '' | |
Tests for the Footer.
Definition at line 15 of file FooterTest.php.
|
protected |
Definition at line 32 of file FooterTest.php.
References $factory.
Referenced by testConstruction(), and testConstructionNoLinks().
Here is the caller graph for this function:| FooterTest::getUIFactory | ( | ) |
Reimplemented from ILIAS_UI_TestBase.
Definition at line 132 of file FooterTest.php.
References $factory.
| FooterTest::setUp | ( | ) |
Reimplemented from ILIAS_UI_TestBase.
Definition at line 21 of file FooterTest.php.
References Vendor\Package\$f.
| FooterTest::testConstruction | ( | ) |
Definition at line 49 of file FooterTest.php.
References getFactory().
Here is the call graph for this function:| FooterTest::testConstructionNoLinks | ( | ) |
Definition at line 59 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 94 of file FooterTest.php.
| FooterTest::testGetLinks | ( | $footer | ) |
@depends testConstruction
Definition at line 72 of file FooterTest.php.
| FooterTest::testGetText | ( | $footer | ) |
@depends testConstruction
Definition at line 83 of file FooterTest.php.
| FooterTest::testPermanentURL | ( | $footer | ) |
@depends testConstruction
Definition at line 119 of file FooterTest.php.
References $perm_url.
| FooterTest::testRendering | ( | $footer | ) |
@depends testConstruction
Definition at line 146 of file FooterTest.php.
References ILIAS_UI_TestBase\brutallyTrimHTML(), footer(), ILIAS_UI_TestBase\getDefaultRenderer(), and up().
Here is the call graph for this function:| FooterTest::testRenderingModalsWithTriggers | ( | C\MainControls\Footer | $footer | ) |
@depends testGetAndSetModalsWithTrigger
Definition at line 233 of file FooterTest.php.
References ILIAS_UI_TestBase\brutallyTrimHTML(), footer(), ILIAS_UI_TestBase\getDefaultRenderer(), and up().
Here is the call graph for this function:| FooterTest::testRenderingNoLinks | ( | $footer | ) |
@depends testConstructionNoLinks
Definition at line 177 of file FooterTest.php.
References ILIAS_UI_TestBase\brutallyTrimHTML(), footer(), and ILIAS_UI_TestBase\getDefaultRenderer().
Here is the call graph for this function:| FooterTest::testRenderingPermUrl | ( | $footer | ) |
@depends testPermanentURL
Definition at line 201 of file FooterTest.php.
References ILIAS_UI_TestBase\brutallyTrimHTML(), footer(), ILIAS_UI_TestBase\getDefaultRenderer(), and up().
Here is the call graph for this function:
|
private |
Definition at line 17 of file FooterTest.php.
|
private |
Definition at line 19 of file FooterTest.php.
Referenced by testPermanentURL().
|
private |
Definition at line 18 of file FooterTest.php.