|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Inheritance diagram for DateTimeInputTest:
Collaboration diagram for DateTimeInputTest:Public Member Functions | |
| setUp () | |
| test_withFormat () | |
| test_withMinValue () | |
| test_withMaxValue () | |
| test_withUseTime () | |
| test_withTimeOnly () | |
| test_withTimeZone () | |
| test_withInvalidTimeZone () | |
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 | |
| buildFactory () | |
Protected Member Functions inherited from ILIAS_UI_TestBase | |
| brutallyTrimHTML ($html) | |
| A more radical version of normalizeHTML. More... | |
Definition at line 16 of file DateTimeInputTest.php.
|
protected |
Definition at line 25 of file DateTimeInputTest.php.
Referenced by setUp().
Here is the caller graph for this function:| DateTimeInputTest::setUp | ( | ) |
Reimplemented from ILIAS_UI_TestBase.
Definition at line 18 of file DateTimeInputTest.php.
References buildFactory().
Here is the call graph for this function:| DateTimeInputTest::test_withFormat | ( | ) |
Definition at line 38 of file DateTimeInputTest.php.
References $format.
| DateTimeInputTest::test_withInvalidTimeZone | ( | ) |
Definition at line 98 of file DateTimeInputTest.php.
References $tz.
| DateTimeInputTest::test_withMaxValue | ( | ) |
Definition at line 62 of file DateTimeInputTest.php.
| DateTimeInputTest::test_withMinValue | ( | ) |
Definition at line 50 of file DateTimeInputTest.php.
| DateTimeInputTest::test_withTimeOnly | ( | ) |
Definition at line 81 of file DateTimeInputTest.php.
| DateTimeInputTest::test_withTimeZone | ( | ) |
| DateTimeInputTest::test_withUseTime | ( | ) |
Definition at line 74 of file DateTimeInputTest.php.