|
| 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 | buildFactoryReflection () |
|
static | getMethodsProvider () |
|
const | COMPONENT = 1 |
|
const | FACTORY = 2 |
|
| returnsFactory (array $docstring_data) |
|
| returnsComponent (array $docstring_data) |
|
| isFactoryName (string $name) |
|
| getRegexFactoryNamespace () |
|
Definition at line 23 of file ListingFactoryTest.php.
◆ $factory_title
string ListingFactoryTest::$factory_title = 'ILIAS\\UI\\Component\\Listing\\Factory' |
|
static |
◆ $kitchensink_info_settings
array ListingFactoryTest::$kitchensink_info_settings |
|
static |
◆ rules
array ListingFactoryTest::rules |
|
static |
Initial value:=> false
],
"unordered" => [
"context" => false,
"rules" => false
],
"descriptive" => [
"context" => false,
"rules" => false
],
"workflow" => [
"context" => false,
"rules" => false
],
"characteristicValue" => [
"context" => false,
"rules" => false
],
"entity" => [
"context" => false,
"rules" => false
],
"property" => [
"rules" => false
],
]
Definition at line 28 of file ListingFactoryTest.php.
The documentation for this class was generated from the following file: