|
ILIAS
release_8 Revision v8.24
|
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 () | |
| test_withValueThatIsDateTimeImmutable () | |
Public Member Functions inherited from ILIAS_UI_TestBase | |
| setUp () | |
| tearDown () | |
| getUIFactory () | |
| getTemplateFactory () | |
| getResourceRegistry () | |
| getLanguage () | |
| getJavaScriptBinding () | |
| getRefinery () | |
| getImagePathResolver () | |
| getDataFactory () | |
| getDefaultRenderer (JavaScriptBinding $js_binding=null, array $with_stub_renderings=[]) | |
| getDecoratedRenderer (Renderer $default) | |
| normalizeHTML (string $html) | |
| assertHTMLEquals (string $expected_html_as_string, string $html_as_string) | |
Protected Member Functions | |
| buildFactory () | |
Protected Member Functions inherited from ILIAS_UI_TestBase | |
| brutallyTrimHTML (string $html) | |
| A more radical version of normalizeHTML. More... | |
| brutallyTrimSignals (string $html) | |
| A naive replacement of all il_signal-ids with dots to ease comparisons of rendered output. More... | |
Protected Attributes | |
| DefNamesource | $name_source |
| Data Factory | $data_factory |
| I Input Field Factory | $factory |
Definition at line 31 of file DateTimeInputTest.php.
|
protected |
Definition at line 68 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 58 of file DateTimeInputTest.php.
| DateTimeInputTest::getUIFactory | ( | ) |
Reimplemented from ILIAS_UI_TestBase.
Definition at line 44 of file DateTimeInputTest.php.
| DateTimeInputTest::setUp | ( | ) |
Reimplemented from ILIAS_UI_TestBase.
Definition at line 37 of file DateTimeInputTest.php.
References buildFactory().
Here is the call graph for this function:| DateTimeInputTest::test_jsConfigRendering | ( | ) |
Definition at line 151 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 82 of file DateTimeInputTest.php.
References $format.
| DateTimeInputTest::test_withInvalidTimeZone | ( | ) |
Definition at line 143 of file DateTimeInputTest.php.
| DateTimeInputTest::test_withMaxValue | ( | ) |
Definition at line 106 of file DateTimeInputTest.php.
| DateTimeInputTest::test_withMinValue | ( | ) |
Definition at line 94 of file DateTimeInputTest.php.
| DateTimeInputTest::test_withTimeOnly | ( | ) |
Definition at line 125 of file DateTimeInputTest.php.
| DateTimeInputTest::test_withTimeZone | ( | ) |
Definition at line 132 of file DateTimeInputTest.php.
| DateTimeInputTest::test_withUseTime | ( | ) |
Definition at line 118 of file DateTimeInputTest.php.
| DateTimeInputTest::test_withValueThatIsDateTimeImmutable | ( | ) |
Definition at line 168 of file DateTimeInputTest.php.
|
protected |
Definition at line 34 of file DateTimeInputTest.php.
|
protected |
Definition at line 35 of file DateTimeInputTest.php.
|
protected |
Definition at line 33 of file DateTimeInputTest.php.