|
| buildFactory () |
|
| test_implements_factory_interface () |
|
| 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) |
| methods_provider More...
|
|
| test_kitchensink_info_rivals (ReflectionMethod $method_reflection, string $name) |
| methods_provider More...
|
|
| test_kitchensink_info_background (ReflectionMethod $method_reflection, string $name) |
| methods_provider More...
|
|
| test_kitchensink_info_featurewiki (ReflectionMethod $method_reflection, string $name) |
| methods_provider More...
|
|
| test_kitchensink_info_javascript (ReflectionMethod $method_reflection, string $name) |
| methods_provider More...
|
|
| test_kitchensink_info_rules (ReflectionMethod $method_reflection, string $name) |
| methods_provider More...
|
|
| test_kitchensink_info_context (ReflectionMethod $method_reflection, string $name) |
| methods_provider More...
|
|
| kitchensink_info_settings_merged_with_defaults (string $name) |
|
Definition at line 28 of file FilterFactoryTest.php.
◆ buildFactory()
FilterFactoryTest::buildFactory |
( |
| ) |
|
|
final |
Definition at line 39 of file FilterFactoryTest.php.
Referenced by test_implements_factory_interface().
41 $df =
new Data\Factory();
42 $language = $this->createMock(ilLanguage::class);
Class ChatMainBarProvider .
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
◆ test_implements_factory_interface()
FilterFactoryTest::test_implements_factory_interface |
( |
| ) |
|
◆ $factory_title
array string FilterFactoryTest::$factory_title = 'ILIAS\\UI\\Component\\Input\\Container\\Filter\\Factory' |
◆ $kitchensink_info_settings
array FilterFactoryTest::$kitchensink_info_settings |
The documentation for this class was generated from the following file: