ILIAS  trunk Revision v11.0_alpha-1731-gff9cd7e2bd3
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
LayoutFactoryTest Class Reference

Tests on factory implementation for layout. More...

+ Inheritance diagram for LayoutFactoryTest:
+ Collaboration diagram for LayoutFactoryTest:

Static Public Attributes

static array $kitchensink_info_settings
 
static array rules
 
static string $factory_title = 'ILIAS\\UI\\Component\\Layout\\Factory'
 
- Static Public Attributes inherited from AbstractFactoryTestCase
static string $factory_title = ''
 

Additional Inherited Members

- Public Member Functions inherited from AbstractFactoryTestCase
 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)
 
- Static Public Member Functions inherited from AbstractFactoryTestCase
static buildFactoryReflection ()
 
static getMethodsProvider ()
 
- Data Fields inherited from AbstractFactoryTestCase
const COMPONENT = 1
 
const FACTORY = 2
 
- Protected Member Functions inherited from AbstractFactoryTestCase
 returnsFactory (array $docstring_data)
 
 returnsComponent (array $docstring_data)
 
 isFactoryName (string $name)
 
 getRegexFactoryNamespace ()
 

Detailed Description

Tests on factory implementation for layout.

Author
Nils Haagen nhaag.nosp@m.en@c.nosp@m.oncep.nosp@m.ts-a.nosp@m.nd-tr.nosp@m.aini.nosp@m.ng.de

Definition at line 28 of file LayoutFactoryTest.php.

Field Documentation

◆ $factory_title

string LayoutFactoryTest::$factory_title = 'ILIAS\\UI\\Component\\Layout\\Factory'
static

Definition at line 39 of file LayoutFactoryTest.php.

◆ $kitchensink_info_settings

array LayoutFactoryTest::$kitchensink_info_settings
static
Initial value:
= [
"page" => [
"context" => false

Definition at line 30 of file LayoutFactoryTest.php.

◆ rules

array LayoutFactoryTest::rules
static
Initial value:
=> false
],
"alignment" => [
"context" => true
]
]

Definition at line 33 of file LayoutFactoryTest.php.


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