|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
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... | |
| testPermanentURL ($footer) | |
| @depends testConstruction More... | |
| getUIFactory () | |
| testRendering ($footer) | |
| @depends testConstruction More... | |
| testRenderingNoLinks ($footer) | |
| @depends testConstructionNoLinks More... | |
| testRenderingPermUrl ($footer) | |
| @depends testPermanentURL More... | |
Public Member Functions inherited from ILIAS_UI_TestBase | |
| setUp () | |
| tearDown () | |
| getUIFactory () | |
| getTemplateFactory () | |
| getResourceRegistry () | |
| getLanguage () | |
| getJavaScriptBinding () | |
| getRefinery () | |
| getDefaultRenderer (JavaScriptBinding $js_binding=null) | |
| 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... | |
Tests for the Footer.
Definition at line 14 of file FooterTest.php.
|
protected |
Definition at line 27 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 103 of file FooterTest.php.
References $factory.
| FooterTest::setUp | ( | ) |
Reimplemented from ILIAS_UI_TestBase.
Definition at line 16 of file FooterTest.php.
References Vendor\Package\$f.
| FooterTest::testConstruction | ( | ) |
Definition at line 45 of file FooterTest.php.
References getFactory().
Here is the call graph for this function:| FooterTest::testConstructionNoLinks | ( | ) |
Definition at line 55 of file FooterTest.php.
References getFactory().
Here is the call graph for this function:| FooterTest::testGetLinks | ( | $footer | ) |
@depends testConstruction
Definition at line 68 of file FooterTest.php.
| FooterTest::testGetText | ( | $footer | ) |
@depends testConstruction
Definition at line 79 of file FooterTest.php.
| FooterTest::testPermanentURL | ( | $footer | ) |
@depends testConstruction
Definition at line 90 of file FooterTest.php.
| FooterTest::testRendering | ( | $footer | ) |
@depends testConstruction
Definition at line 117 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 148 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 172 of file FooterTest.php.
References ILIAS_UI_TestBase\brutallyTrimHTML(), footer(), ILIAS_UI_TestBase\getDefaultRenderer(), and up().
Here is the call graph for this function: