|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
Inheritance diagram for ActionFactoryTest:
Collaboration diagram for ActionFactoryTest:Public Member Functions | |
| testImplementsInterfaces () | |
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 Attributes | |
| static array | $kitchensink_info_settings |
| static array | rules |
| static string | $factory_title = 'ILIAS\\UI\\Component\\Table\\Action\\Factory' |
Static Public Attributes inherited from AbstractFactoryTestCase | |
| static string | $factory_title = '' |
Protected Member Functions | |
| buildFactories () | |
Protected Member Functions inherited from AbstractFactoryTestCase | |
| returnsFactory (array $docstring_data) | |
| returnsComponent (array $docstring_data) | |
| isFactoryName (string $name) | |
| getRegexFactoryNamespace () | |
Additional Inherited Members | |
Static Public Member Functions inherited from AbstractFactoryTestCase | |
| static | buildFactoryReflection () |
| static | getMethodsProvider () |
Data Fields inherited from AbstractFactoryTestCase | |
| const | COMPONENT = 1 |
| const | FACTORY = 2 |
Definition at line 27 of file ActionFactoryTest.php.
|
protected |
Definition at line 37 of file ActionFactoryTest.php.
Referenced by testImplementsInterfaces().
Here is the caller graph for this function:| ActionFactoryTest::testImplementsInterfaces | ( | ) |
Definition at line 45 of file ActionFactoryTest.php.
References Vendor\Package\$f, $token, and buildFactories().
Here is the call graph for this function:
|
static |
Definition at line 35 of file ActionFactoryTest.php.
|
static |
Definition at line 29 of file ActionFactoryTest.php.
|
static |
Definition at line 30 of file ActionFactoryTest.php.