ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Public Member Functions | |
setUp () | |
getUIFactory () | |
test_withFormat () | |
test_withMinValue () | |
test_withMaxValue () | |
test_withUseTime () | |
test_withTimeOnly () | |
test_withTimeZone () | |
test_withInvalidTimeZone () | |
![]() | |
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 | |
buildLanguage () | |
buildRefinery () | |
buildFactory () | |
![]() | |
brutallyTrimHTML ($html) | |
A more radical version of normalizeHTML. More... | |
Definition at line 16 of file DurationInputTest.php.
|
protected |
Definition at line 38 of file DurationInputTest.php.
References buildLanguage(), and buildRefinery().
Referenced by setUp().
|
protected |
Definition at line 25 of file DurationInputTest.php.
References $lng.
Referenced by buildFactory(), and buildRefinery().
|
protected |
Definition at line 33 of file DurationInputTest.php.
References buildLanguage().
Referenced by buildFactory().
DurationInputTest::getUIFactory | ( | ) |
Definition at line 47 of file DurationInputTest.php.
References $factory.
DurationInputTest::setUp | ( | ) |
Definition at line 18 of file DurationInputTest.php.
References buildFactory().
DurationInputTest::test_withFormat | ( | ) |
DurationInputTest::test_withInvalidTimeZone | ( | ) |
DurationInputTest::test_withMaxValue | ( | ) |
Definition at line 86 of file DurationInputTest.php.
DurationInputTest::test_withMinValue | ( | ) |
Definition at line 74 of file DurationInputTest.php.
DurationInputTest::test_withTimeOnly | ( | ) |
Definition at line 105 of file DurationInputTest.php.
DurationInputTest::test_withTimeZone | ( | ) |
DurationInputTest::test_withUseTime | ( | ) |
Definition at line 98 of file DurationInputTest.php.