|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Tests on factory implementation for layout. More...
Inheritance diagram for LayoutFactoryTest:
Collaboration diagram for LayoutFactoryTest:Data Fields | |
| array | $kitchensink_info_settings |
| array | rules |
| string | $factory_title = 'ILIAS\\UI\\Component\\Layout\\Factory' |
Data Fields inherited from AbstractFactoryTest | |
| const | COMPONENT = 1 |
| const | FACTORY = 2 |
Additional Inherited Members | |
Public Member Functions inherited from AbstractFactoryTest | |
| buildFactoryReflection () | |
| getMethodsProvider () | |
| 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) | |
| getMethodsProvider More... | |
| testKitchensinkInfoRivals (ReflectionMethod $method_reflection, string $name) | |
| getMethodsProvider More... | |
| testKitchensinkInfoBackground (ReflectionMethod $method_reflection, string $name) | |
| getMethodsProvider More... | |
| testKitchensinkInfoFeatureWiki (ReflectionMethod $method_reflection, string $name) | |
| getMethodsProvider More... | |
| testKitchensinkInfoJavaScript (ReflectionMethod $method_reflection, string $name) | |
| getMethodsProvider More... | |
| testKitchensinkInfoRules (ReflectionMethod $method_reflection, string $name) | |
| getMethodsProvider More... | |
| testKitchensinkInfoContext (ReflectionMethod $method_reflection, string $name) | |
| getMethodsProvider More... | |
| kitchensinkInfoSettingsMergedWithDefaults (string $name) | |
Protected Member Functions inherited from AbstractFactoryTest | |
| returnsFactory (array $docstring_data) | |
| returnsComponent (array $docstring_data) | |
| isFactoryName (string $name) | |
| getRegexFactoryNamespace () | |
Tests on factory implementation for layout.
Definition at line 28 of file LayoutFactoryTest.php.
| string LayoutFactoryTest::$factory_title = 'ILIAS\\UI\\Component\\Layout\\Factory' |
Definition at line 39 of file LayoutFactoryTest.php.
| array LayoutFactoryTest::$kitchensink_info_settings |
Definition at line 30 of file LayoutFactoryTest.php.
| array LayoutFactoryTest::rules |
Definition at line 33 of file LayoutFactoryTest.php.