|
ILIAS
release_8 Revision v8.24
|
Inheritance diagram for FieldFactoryTest:
Collaboration diagram for FieldFactoryTest:Public Member Functions | |
| buildFactory () | |
| testImplementsFactoryInterfaceForText () | |
| testImplementsFactoryInterfaceForNumeric () | |
| testImplementsFactoryInterfaceForSection () | |
| testImplementsFactoryInterfaceForGroup () | |
| testImplementsFactoryInterfaceForCheckbox () | |
| testImplementsFactoryInterfaceForTag () | |
| testImplementsFactoryInterfaceForPassword () | |
| testImplementsFactoryInterfaceForSelect () | |
| testImplementsFactoryInterfaceForTextarea () | |
| testImplementsFactoryInterfaceForRadio () | |
| testImplementsFactoryInterfaceForMultiselect () | |
| testImplementsFactoryInterfaceForDatetime () | |
| testImplementsFactoryInterfaceForDuration () | |
| test_implements_factory_no_by_line () | |
Public Member Functions inherited from AbstractFactoryTest | |
| buildFactoryReflection () | |
| methods_provider () | |
| setUp () | |
| test_proper_namespace () | |
| test_proper_name () | |
| test_check_yaml_extraction (ReflectionMethod $method_reflection, string $name) | |
| Tests whether the YAML Kitchen Sink info can be parsed. More... | |
| test_return_type (ReflectionMethod $method_reflection, string $name) | |
| Tests whether the method either returns a factory or a component. More... | |
| test_factory_method_name_compatible_docstring (ReflectionMethod $method_reflection, string $name) | |
| Tests whether the method name matches the return doctring? More... | |
| test_method_params (ReflectionMethod $method_reflection, string $name) | |
| Tests whether methods returning factories have no parameters. More... | |
| test_kitchensink_info_description (ReflectionMethod $method_reflection, string $name) | |
| @dataProvider methods_provider More... | |
| test_kitchensink_info_rivals (ReflectionMethod $method_reflection, string $name) | |
| @dataProvider methods_provider More... | |
| test_kitchensink_info_background (ReflectionMethod $method_reflection, string $name) | |
| @dataProvider methods_provider More... | |
| test_kitchensink_info_featurewiki (ReflectionMethod $method_reflection, string $name) | |
| @dataProvider methods_provider More... | |
| test_kitchensink_info_javascript (ReflectionMethod $method_reflection, string $name) | |
| @dataProvider methods_provider More... | |
| test_kitchensink_info_rules (ReflectionMethod $method_reflection, string $name) | |
| @dataProvider methods_provider More... | |
| test_kitchensink_info_context (ReflectionMethod $method_reflection, string $name) | |
| @dataProvider methods_provider More... | |
| kitchensink_info_settings_merged_with_defaults (string $name) | |
Data Fields | |
| array | $kitchensink_info_settings |
| string | $factory_title = 'ILIAS\\UI\\Component\\Input\\Field\\Factory' |
Data Fields inherited from AbstractFactoryTest | |
| const | COMPONENT = 1 |
| const | FACTORY = 2 |
Additional Inherited Members | |
Protected Member Functions inherited from AbstractFactoryTest | |
| returnsFactory (array $docstring_data) | |
| returnsComponent (array $docstring_data) | |
| isFactoryName (string $name) | |
| get_regex_factory_namespace () | |
Definition at line 29 of file FieldFactoryTest.php.
|
final |
Definition at line 70 of file FieldFactoryTest.php.
Referenced by test_implements_factory_no_by_line(), testImplementsFactoryInterfaceForCheckbox(), testImplementsFactoryInterfaceForDatetime(), testImplementsFactoryInterfaceForDuration(), testImplementsFactoryInterfaceForGroup(), testImplementsFactoryInterfaceForMultiselect(), testImplementsFactoryInterfaceForNumeric(), testImplementsFactoryInterfaceForPassword(), testImplementsFactoryInterfaceForRadio(), testImplementsFactoryInterfaceForSection(), testImplementsFactoryInterfaceForSelect(), testImplementsFactoryInterfaceForTag(), testImplementsFactoryInterfaceForText(), and testImplementsFactoryInterfaceForTextarea().
Here is the caller graph for this function:| FieldFactoryTest::test_implements_factory_no_by_line | ( | ) |
Definition at line 200 of file FieldFactoryTest.php.
References Vendor\Package\$f, and buildFactory().
Here is the call graph for this function:| FieldFactoryTest::testImplementsFactoryInterfaceForCheckbox | ( | ) |
Definition at line 120 of file FieldFactoryTest.php.
References Vendor\Package\$f, and buildFactory().
Here is the call graph for this function:| FieldFactoryTest::testImplementsFactoryInterfaceForDatetime | ( | ) |
Definition at line 183 of file FieldFactoryTest.php.
References Vendor\Package\$f, and buildFactory().
Here is the call graph for this function:| FieldFactoryTest::testImplementsFactoryInterfaceForDuration | ( | ) |
Definition at line 191 of file FieldFactoryTest.php.
References Vendor\Package\$f, and buildFactory().
Here is the call graph for this function:| FieldFactoryTest::testImplementsFactoryInterfaceForGroup | ( | ) |
Definition at line 111 of file FieldFactoryTest.php.
References Vendor\Package\$f, and buildFactory().
Here is the call graph for this function:| FieldFactoryTest::testImplementsFactoryInterfaceForMultiselect | ( | ) |
Definition at line 174 of file FieldFactoryTest.php.
References Vendor\Package\$f, and buildFactory().
Here is the call graph for this function:| FieldFactoryTest::testImplementsFactoryInterfaceForNumeric | ( | ) |
Definition at line 92 of file FieldFactoryTest.php.
References Vendor\Package\$f, and buildFactory().
Here is the call graph for this function:| FieldFactoryTest::testImplementsFactoryInterfaceForPassword | ( | ) |
Definition at line 138 of file FieldFactoryTest.php.
References Vendor\Package\$f, and buildFactory().
Here is the call graph for this function:| FieldFactoryTest::testImplementsFactoryInterfaceForRadio | ( | ) |
Definition at line 165 of file FieldFactoryTest.php.
References Vendor\Package\$f, and buildFactory().
Here is the call graph for this function:| FieldFactoryTest::testImplementsFactoryInterfaceForSection | ( | ) |
Definition at line 101 of file FieldFactoryTest.php.
References Vendor\Package\$f, and buildFactory().
Here is the call graph for this function:| FieldFactoryTest::testImplementsFactoryInterfaceForSelect | ( | ) |
Definition at line 147 of file FieldFactoryTest.php.
References Vendor\Package\$f, and buildFactory().
Here is the call graph for this function:| FieldFactoryTest::testImplementsFactoryInterfaceForTag | ( | ) |
Definition at line 129 of file FieldFactoryTest.php.
References Vendor\Package\$f, and buildFactory().
Here is the call graph for this function:| FieldFactoryTest::testImplementsFactoryInterfaceForText | ( | ) |
Definition at line 83 of file FieldFactoryTest.php.
References Vendor\Package\$f, and buildFactory().
Here is the call graph for this function:| FieldFactoryTest::testImplementsFactoryInterfaceForTextarea | ( | ) |
Definition at line 156 of file FieldFactoryTest.php.
References Vendor\Package\$f, and buildFactory().
Here is the call graph for this function:| string FieldFactoryTest::$factory_title = 'ILIAS\\UI\\Component\\Input\\Field\\Factory' |
Definition at line 67 of file FieldFactoryTest.php.
| array FieldFactoryTest::$kitchensink_info_settings |
Definition at line 31 of file FieldFactoryTest.php.