|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ColumnFactoryTest:
Collaboration diagram for ColumnFactoryTest:Public Member Functions | |
| testDataTableColsImplementInterfaces (\Closure $col) | |
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) | |
| 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) | |
Static Public Member Functions | |
| static | getColumnTypeProvider () |
Static Public Member Functions inherited from AbstractFactoryTestCase | |
| static | buildFactoryReflection () |
| static | getMethodsProvider () |
Static Public Attributes | |
| static array | $kitchensink_info_settings |
| static string | $factory_title = 'ILIAS\\UI\\Component\\Table\\Column\\Factory' |
Static Public Attributes inherited from AbstractFactoryTestCase | |
| static string | $factory_title = '' |
Protected Member Functions | |
| buildColumnFactory () | |
Protected Member Functions inherited from AbstractFactoryTestCase | |
| returnsFactory (array $docstring_data) | |
| returnsComponent (array $docstring_data) | |
| isFactoryName (string $name) | |
| getRegexFactoryNamespace () | |
Additional Inherited Members | |
Data Fields inherited from AbstractFactoryTestCase | |
| const | COMPONENT = 1 |
| const | FACTORY = 2 |
Definition at line 26 of file ColumnFactoryTest.php.
|
protected |
Definition at line 44 of file ColumnFactoryTest.php.
References $lng.
Referenced by testDataTableColsImplementInterfaces().
Here is the caller graph for this function:
|
static |
Definition at line 54 of file ColumnFactoryTest.php.
References Vendor\Package\$f.
| ColumnFactoryTest::testDataTableColsImplementInterfaces | ( | \Closure | $col | ) |
Definition at line 74 of file ColumnFactoryTest.php.
References buildColumnFactory().
Here is the call graph for this function:
|
static |
Definition at line 42 of file ColumnFactoryTest.php.
|
static |
Definition at line 28 of file ColumnFactoryTest.php.