|
ILIAS
release_8 Revision v8.24
|
Inheritance diagram for NumericInputTest:
Collaboration diagram for NumericInputTest: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 |
Definition at line 31 of file NumericInputTest.php.
|
protected |
Definition at line 40 of file NumericInputTest.php.
References ILIAS_UI_TestBase\getLanguage().
Referenced by test_implements_factory_interface(), test_render(), test_render_disabled(), test_render_error(), test_render_no_byline(), test_render_value(), and testNullValue().
Here is the call graph for this function:
Here is the caller graph for this function:| NumericInputTest::setUp | ( | ) |
Reimplemented from ILIAS_UI_TestBase.
Definition at line 35 of file NumericInputTest.php.
| NumericInputTest::test_implements_factory_interface | ( | ) |
Definition at line 53 of file NumericInputTest.php.
References Vendor\Package\$f, and buildFactory().
Here is the call graph for this function:| NumericInputTest::test_render | ( | ) |
Definition at line 64 of file NumericInputTest.php.
References Vendor\Package\$f, ILIAS_UI_TestBase\brutallyTrimHTML(), buildFactory(), and ILIAS_UI_TestBase\getDefaultRenderer().
Here is the call graph for this function:| NumericInputTest::test_render_disabled | ( | ) |
Definition at line 146 of file NumericInputTest.php.
References Vendor\Package\$f, ILIAS_UI_TestBase\brutallyTrimHTML(), buildFactory(), and ILIAS_UI_TestBase\getDefaultRenderer().
Here is the call graph for this function:| NumericInputTest::test_render_error | ( | ) |
Definition at line 86 of file NumericInputTest.php.
References Vendor\Package\$f, ILIAS_UI_TestBase\brutallyTrimHTML(), buildFactory(), and ILIAS_UI_TestBase\getDefaultRenderer().
Here is the call graph for this function:| NumericInputTest::test_render_no_byline | ( | ) |
Definition at line 109 of file NumericInputTest.php.
References Vendor\Package\$f, ILIAS_UI_TestBase\brutallyTrimHTML(), buildFactory(), and ILIAS_UI_TestBase\getDefaultRenderer().
Here is the call graph for this function:| NumericInputTest::test_render_value | ( | ) |
Definition at line 127 of file NumericInputTest.php.
References Vendor\Package\$f, ILIAS_UI_TestBase\brutallyTrimHTML(), buildFactory(), and ILIAS_UI_TestBase\getDefaultRenderer().
Here is the call graph for this function:| NumericInputTest::testConstraintForRequirementForFloat | ( | \ILIAS\UI\Component\Input\Container\Form\FormInput | $field | ) |
@depends testNullValue
Definition at line 216 of file NumericInputTest.php.
| NumericInputTest::testEmptyValue | ( | \ILIAS\UI\Component\Input\Container\Form\FormInput | $field | ) |
@depends testNullValue
Definition at line 182 of file NumericInputTest.php.
| NumericInputTest::testNullValue | ( | ) |
Definition at line 163 of file NumericInputTest.php.
References Vendor\Package\$f, and buildFactory().
Here is the call graph for this function:| NumericInputTest::testZeroIsValidValue | ( | \ILIAS\UI\Component\Input\Container\Form\FormInput | $field | ) |
@depends testNullValue
Definition at line 199 of file NumericInputTest.php.
|
protected |
Definition at line 33 of file NumericInputTest.php.