|
| buildFactoryReflection () |
|
| methods_provider () |
|
| setUp () |
|
| test_proper_namespace () |
|
| test_proper_name () |
|
| test_check_yaml_extraction ($method_reflection, $name) |
| Tests whether the YAML Kitchen Sink info can be parsed. More...
|
|
| test_return_type ($method_reflection, $name) |
| Tests whether the method either returns a factory or a component. More...
|
|
| test_factory_method_name_compatible_docstring ($method_reflection, $name) |
| Tests whether the method name matches the. More...
|
|
| test_method_params ($method_reflection, $name) |
| Tests whether methods returning factories have no parameters. More...
|
|
| test_kitchensink_info_description ($method_reflection, $name) |
| methods_provider More...
|
|
| test_kitchensink_info_background ($method_reflection, $name) |
| methods_provider More...
|
|
| test_kitchensink_info_featurewiki ($method_reflection, $name) |
| methods_provider More...
|
|
| test_kitchensink_info_javascript ($method_reflection, $name) |
| methods_provider More...
|
|
| test_kitchensink_info_rules ($method_reflection, $name) |
| methods_provider More...
|
|
| test_kitchensink_info_context ($method_reflection, $name) |
| methods_provider More...
|
|
| kitchensink_info_settings_merged_with_defaults ($name) |
|
| returnsFactory ($docstring_data) |
|
| returnsComponent ($docstring_data) |
|
| isFactoryName ($name) |
|
| get_regex_factory_namespace () |
|
Definition at line 5 of file GlyphFactoryTest.php.
◆ $factory_title
GlyphFactoryTest::$factory_title = 'ILIAS\\UI\\Component\\Glyph\\Factory' |
◆ $kitchensink_info_settings
GlyphFactoryTest::$kitchensink_info_settings |
Initial value: ,
"expand" =>
array(
"context" =>
false)
,
"next" =>
array(
"context" =>
false)
,
"user" =>
array(
"context" =>
false)
,
"mail" =>
array(
"context" =>
false)
,
"notification" =>
array(
"context" =>
false)
,
"tag" =>
array(
"context" =>
false)
,
"note" =>
array(
"context" =>
false)
,
"comment" =>
array(
"context" =>
false)
,
"sortAscending" =>
array(
"context" =>
false)
,
"sortDescending" =>
array(
"context" =>
false)
,
"briefcase" =>
array(
"context" =>
false)
)
Definition at line 7 of file GlyphFactoryTest.php.
The documentation for this class was generated from the following file: