|
| | buildFactory () |
| |
| | testImplementsFactoryInterface () |
| |
| | 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) |
| |
Definition at line 28 of file FilterFactoryTest.php.
◆ buildFactory()
| FilterFactoryTest::buildFactory |
( |
| ) |
|
|
final |
Definition at line 39 of file FilterFactoryTest.php.
40 {
41 $df = new Data\Factory();
42 $language = $this->createMock(
ILIAS\Language\Language::class);
49 $df,
51 $language
52 )
53 );
54 }
Interface Observer \BackgroundTasks Contains several chained tasks and infos about them.
Referenced by testImplementsFactoryInterface().
◆ testImplementsFactoryInterface()
| FilterFactoryTest::testImplementsFactoryInterface |
( |
| ) |
|
Definition at line 56 of file FilterFactoryTest.php.
56 : void
57 {
59
60 $filter =
$f->standard(
61 "#",
62 "#",
63 "#",
64 "#",
65 "#",
66 "#",
67 [],
68 []
69 );
70 $this->assertInstanceOf(
Filter\Filter::class, $filter);
71 $this->assertInstanceOf(
Filter\Standard::class, $filter);
72 }
References Vendor\Package\$f, and buildFactory().
◆ $factory_title
| string FilterFactoryTest::$factory_title = 'ILIAS\\UI\\Component\\Input\\Container\\Filter\\Factory' |
|
static |
◆ $kitchensink_info_settings
| array FilterFactoryTest::$kitchensink_info_settings |
|
static |
The documentation for this class was generated from the following file: