ILIAS
release_8 Revision v8.19-1-g4e8f2f9140c
|
Public Member Functions | |
getColumnTypeProvider () | |
testDataTableColsImplementInterfaces ($class, $instance) | |
getColumnTypeProvider More... | |
![]() | |
buildFactoryReflection () | |
methods_provider () | |
setUp () | |
test_proper_namespace () | |
test_proper_name () | |
test_check_yaml_extraction (ReflectionMethod $method_reflection, string $name) | |
Tests whether the YAML Kitchen Sink info can be parsed. More... | |
test_return_type (ReflectionMethod $method_reflection, string $name) | |
Tests whether the method either returns a factory or a component. More... | |
test_factory_method_name_compatible_docstring (ReflectionMethod $method_reflection, string $name) | |
Tests whether the method name matches the return doctring? More... | |
test_method_params (ReflectionMethod $method_reflection, string $name) | |
Tests whether methods returning factories have no parameters. More... | |
test_kitchensink_info_description (ReflectionMethod $method_reflection, string $name) | |
methods_provider More... | |
test_kitchensink_info_rivals (ReflectionMethod $method_reflection, string $name) | |
methods_provider More... | |
test_kitchensink_info_background (ReflectionMethod $method_reflection, string $name) | |
methods_provider More... | |
test_kitchensink_info_featurewiki (ReflectionMethod $method_reflection, string $name) | |
methods_provider More... | |
test_kitchensink_info_javascript (ReflectionMethod $method_reflection, string $name) | |
methods_provider More... | |
test_kitchensink_info_rules (ReflectionMethod $method_reflection, string $name) | |
methods_provider More... | |
test_kitchensink_info_context (ReflectionMethod $method_reflection, string $name) | |
methods_provider More... | |
kitchensink_info_settings_merged_with_defaults (string $name) | |
Data Fields | |
$kitchensink_info_settings | |
rules | |
$factory_title = 'ILIAS\\UI\\Component\\Table\\Column\\Factory' | |
![]() | |
const | COMPONENT = 1 |
const | FACTORY = 2 |
Protected Member Functions | |
buildFactories () | |
![]() | |
returnsFactory (array $docstring_data) | |
returnsComponent (array $docstring_data) | |
isFactoryName (string $name) | |
get_regex_factory_namespace () | |
Definition at line 26 of file ColumnFactoryTest.php.
|
protected |
Definition at line 43 of file ColumnFactoryTest.php.
References $lng.
Referenced by getColumnTypeProvider().
ColumnFactoryTest::getColumnTypeProvider | ( | ) |
Definition at line 56 of file ColumnFactoryTest.php.
References Vendor\Package\$f, and buildFactories().
ColumnFactoryTest::testDataTableColsImplementInterfaces | ( | $class, | |
$instance | |||
) |
getColumnTypeProvider
Definition at line 78 of file ColumnFactoryTest.php.
ColumnFactoryTest::$factory_title = 'ILIAS\\UI\\Component\\Table\\Column\\Factory' |
Definition at line 41 of file ColumnFactoryTest.php.
ColumnFactoryTest::$kitchensink_info_settings |
Definition at line 28 of file ColumnFactoryTest.php.
ColumnFactoryTest::rules |
Definition at line 29 of file ColumnFactoryTest.php.