ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
PanelFactoryTest Class Reference
+ Inheritance diagram for PanelFactoryTest:
+ Collaboration diagram for PanelFactoryTest:

Data Fields

array $kitchensink_info_settings
 
array sub
 
string $factory_title = 'ILIAS\\UI\\Component\\Panel\\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 ()
 

Detailed Description

Definition at line 23 of file PanelFactoryTest.php.

Field Documentation

◆ $factory_title

string PanelFactoryTest::$factory_title = 'ILIAS\\UI\\Component\\Panel\\Factory'

Definition at line 42 of file PanelFactoryTest.php.

◆ $kitchensink_info_settings

array PanelFactoryTest::$kitchensink_info_settings
Initial value:
= [
"standard" => [
"context" => false

Definition at line 25 of file PanelFactoryTest.php.

◆ sub

array PanelFactoryTest::sub
Initial value:
=> [
"context" => false,
],
"report" => [
"context" => false,
"rules" => false
],
"secondary" => [
"context" => false
]
]

Definition at line 29 of file PanelFactoryTest.php.


The documentation for this class was generated from the following file: