|
| 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.
39 : I\Container\Form\Factory
40 {
41 $df = new Data\Factory();
43 $language = $this->createMock(
ILIAS\Language\Language::class);
44 return new I\Container\Form\Factory(
48 $signal_generator,
49 $df,
51 $language
52 ),
53 $signal_generator
54 );
55 }
Interface Observer \BackgroundTasks Contains several chained tasks and infos about them.
Referenced by testImplementsFactoryInterface().
◆ testImplementsFactoryInterface()
FormFactoryTest::testImplementsFactoryInterface |
( |
| ) |
|
◆ $factory_title
string FormFactoryTest::$factory_title = 'ILIAS\\UI\\Component\\Input\\Container\\Form\\Factory' |
|
static |
◆ $kitchensink_info_settings
array FormFactoryTest::$kitchensink_info_settings |
|
static |
Initial value:= [
"standard" => [
"context" => false,
],
]
Definition at line 31 of file FormFactoryTest.php.
The documentation for this class was generated from the following file: