|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Inheritance diagram for DateTimeInputTest:
Collaboration diagram for DateTimeInputTest:Public Member Functions | |
| setUp () | |
| getUIFactory () | |
| getLanguage () | |
| test_withFormat () | |
| test_withMinValue () | |
| test_withMaxValue () | |
| test_withUseTime () | |
| test_withTimeOnly () | |
| test_withTimeZone () | |
| test_withInvalidTimeZone () | |
| test_jsConfigRendering () | |
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 | |
| buildFactory () | |
Protected Member Functions inherited from ILIAS_UI_TestBase | |
| brutallyTrimHTML ($html) | |
| A more radical version of normalizeHTML. More... | |
Definition at line 17 of file DateTimeInputTest.php.
|
protected |
Definition at line 52 of file DateTimeInputTest.php.
Referenced by setUp().
Here is the caller graph for this function:| DateTimeInputTest::getLanguage | ( | ) |
Reimplemented from ILIAS_UI_TestBase.
Definition at line 41 of file DateTimeInputTest.php.
| DateTimeInputTest::getUIFactory | ( | ) |
Reimplemented from ILIAS_UI_TestBase.
Definition at line 26 of file DateTimeInputTest.php.
References $factory.
| DateTimeInputTest::setUp | ( | ) |
Reimplemented from ILIAS_UI_TestBase.
Definition at line 19 of file DateTimeInputTest.php.
References buildFactory().
Here is the call graph for this function:| DateTimeInputTest::test_jsConfigRendering | ( | ) |
Definition at line 134 of file DateTimeInputTest.php.
References ILIAS_UI_TestBase\getDefaultRenderer(), and ILIAS_UI_TestBase\getJavaScriptBinding().
Here is the call graph for this function:| DateTimeInputTest::test_withFormat | ( | ) |
Definition at line 65 of file DateTimeInputTest.php.
References $format.
| DateTimeInputTest::test_withInvalidTimeZone | ( | ) |
Definition at line 126 of file DateTimeInputTest.php.
| DateTimeInputTest::test_withMaxValue | ( | ) |
Definition at line 89 of file DateTimeInputTest.php.
| DateTimeInputTest::test_withMinValue | ( | ) |
Definition at line 77 of file DateTimeInputTest.php.
| DateTimeInputTest::test_withTimeOnly | ( | ) |
Definition at line 108 of file DateTimeInputTest.php.
| DateTimeInputTest::test_withTimeZone | ( | ) |
Definition at line 115 of file DateTimeInputTest.php.
| DateTimeInputTest::test_withUseTime | ( | ) |
Definition at line 101 of file DateTimeInputTest.php.