ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Public Member Functions | |
setUp () | |
getUIFactory () | |
test_withFormat () | |
test_withMinValue () | |
test_withMaxValue () | |
test_withUseTime () | |
test_withTimeOnly () | |
test_withTimeZone () | |
test_withInvalidTimeZone () | |
test_render () | |
![]() | |
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 | |
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_render | ( | ) |
Definition at line 131 of file DurationInputTest.php.
References ILIAS_UI_TestBase\brutallyTrimHTML(), and ILIAS_UI_TestBase\getDefaultRenderer().
DurationInputTest::test_withFormat | ( | ) |
DurationInputTest::test_withInvalidTimeZone | ( | ) |
Definition at line 123 of file DurationInputTest.php.
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 | ( | ) |
Definition at line 112 of file DurationInputTest.php.
DurationInputTest::test_withUseTime | ( | ) |
Definition at line 98 of file DurationInputTest.php.