ILIAS
trunk Revision v11.0_alpha-1713-gd8962da2f67
|
Public Member Functions | |
setUp () | |
getUIFactory () | |
getLanguage () | |
testWithFormat () | |
testWithMinValue () | |
testWithMaxValue () | |
testWithUseTime () | |
testWithTimeOnly () | |
testWithTimeZone () | |
testWithInvalidTimeZone () | |
testWithValueThatIsDateTimeImmutable () | |
testWithInvalidValue () | |
testRender () | |
testCommonRendering () | |
Protected Member Functions | |
buildFactory () | |
Protected Attributes | |
DefNamesource | $name_source |
Data Factory | $data_factory |
I Input Field Factory | $factory |
Definition at line 32 of file DateTimeInputTest.php.
|
protected |
Definition at line 71 of file DateTimeInputTest.php.
Referenced by setUp().
DateTimeInputTest::getLanguage | ( | ) |
Definition at line 61 of file DateTimeInputTest.php.
DateTimeInputTest::getUIFactory | ( | ) |
Definition at line 47 of file DateTimeInputTest.php.
References ILIAS\Repository\symbol().
DateTimeInputTest::setUp | ( | ) |
Definition at line 40 of file DateTimeInputTest.php.
References buildFactory(), and factory().
DateTimeInputTest::testCommonRendering | ( | ) |
Definition at line 193 of file DateTimeInputTest.php.
References $datetime, and factory().
DateTimeInputTest::testRender | ( | ) |
Definition at line 173 of file DateTimeInputTest.php.
References $datetime, $r, and factory().
DateTimeInputTest::testWithFormat | ( | ) |
Definition at line 85 of file DateTimeInputTest.php.
References $datetime, and factory().
DateTimeInputTest::testWithInvalidTimeZone | ( | ) |
Definition at line 146 of file DateTimeInputTest.php.
References $datetime, and factory().
DateTimeInputTest::testWithInvalidValue | ( | ) |
Definition at line 166 of file DateTimeInputTest.php.
References $datetime, and factory().
DateTimeInputTest::testWithMaxValue | ( | ) |
Definition at line 109 of file DateTimeInputTest.php.
References $datetime, and factory().
DateTimeInputTest::testWithMinValue | ( | ) |
Definition at line 97 of file DateTimeInputTest.php.
References $datetime, and factory().
DateTimeInputTest::testWithTimeOnly | ( | ) |
Definition at line 128 of file DateTimeInputTest.php.
References $datetime, and factory().
DateTimeInputTest::testWithTimeZone | ( | ) |
Definition at line 135 of file DateTimeInputTest.php.
References $datetime, and factory().
DateTimeInputTest::testWithUseTime | ( | ) |
Definition at line 121 of file DateTimeInputTest.php.
References $datetime, and factory().
DateTimeInputTest::testWithValueThatIsDateTimeImmutable | ( | ) |
Definition at line 154 of file DateTimeInputTest.php.
References $datetime, and factory().
Definition at line 37 of file DateTimeInputTest.php.
|
protected |
Definition at line 38 of file DateTimeInputTest.php.
|
protected |
Definition at line 36 of file DateTimeInputTest.php.