|
| buildFactory () |
|
| testImplementsFactoryInterface () |
|
| setUp () |
|
| testProperNamespace () |
|
| testProperName () |
|
| testCheckYamlExtraction (ReflectionMethod $method_reflection, string $name) |
| Tests whether the YAML Kitchen Sink info can be parsed. More...
|
|
| testReturnType (ReflectionMethod $method_reflection, string $name) |
| Tests whether the method either returns a factory or a component. More...
|
|
| testFactoryMethodNameCompatibleDocstring (ReflectionMethod $method_reflection, string $name) |
| Tests whether the method name matches the return doctring? More...
|
|
| testMethodParams (ReflectionMethod $method_reflection, string $name) |
| Tests whether methods returning factories have no parameters. More...
|
|
| testKitchensinkInfoDescription (ReflectionMethod $method_reflection, string $name) |
|
| testKitchensinkInfoRivals (ReflectionMethod $method_reflection, string $name) |
|
| testKitchensinkInfoBackground (ReflectionMethod $method_reflection, string $name) |
|
| testKitchensinkInfoFeatureWiki (ReflectionMethod $method_reflection, string $name) |
|
| testKitchensinkInfoJavaScript (ReflectionMethod $method_reflection, string $name) |
|
| testKitchensinkInfoRules (ReflectionMethod $method_reflection, string $name) |
|
| testKitchensinkInfoContext (ReflectionMethod $method_reflection, string $name) |
|
| kitchensinkInfoSettingsMergedWithDefaults (string $name) |
|
Definition at line 29 of file FormFactoryTest.php.
◆ buildFactory()
FormFactoryTest::buildFactory |
( |
| ) |
|
|
final |
Definition at line 39 of file FormFactoryTest.php.
Referenced by testImplementsFactoryInterface().
39 : I\Container\Form\Factory
41 $df =
new Data\Factory();
43 $language = $this->createMock(
ILIAS\Language\Language::class);
44 return new I\Container\Form\Factory(
Interface Observer Contains several chained tasks and infos about them.
◆ testImplementsFactoryInterface()
FormFactoryTest::testImplementsFactoryInterface |
( |
| ) |
|
◆ $factory_title
array static string FormFactoryTest::$factory_title = 'ILIAS\\UI\\Component\\Input\\Container\\Form\\Factory' |
|
static |
◆ $kitchensink_info_settings
array FormFactoryTest::$kitchensink_info_settings |
|
static |
The documentation for this class was generated from the following file: