ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Public Member Functions | |
setUp () | |
getUIFactory () | |
getLanguage () | |
test_withFormat () | |
test_withMinValue () | |
test_withMaxValue () | |
test_withUseTime () | |
test_withTimeOnly () | |
test_withTimeZone () | |
test_withInvalidTimeZone () | |
test_jsConfigRendering () | |
![]() | |
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 () | |
![]() | |
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().
DateTimeInputTest::getLanguage | ( | ) |
Definition at line 41 of file DateTimeInputTest.php.
DateTimeInputTest::getUIFactory | ( | ) |
Definition at line 26 of file DateTimeInputTest.php.
References $factory.
DateTimeInputTest::setUp | ( | ) |
Definition at line 19 of file DateTimeInputTest.php.
References buildFactory().
DateTimeInputTest::test_jsConfigRendering | ( | ) |
Definition at line 134 of file DateTimeInputTest.php.
References ILIAS_UI_TestBase\getDefaultRenderer(), and ILIAS_UI_TestBase\getJavaScriptBinding().
DateTimeInputTest::test_withFormat | ( | ) |
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.