ILIAS
trunk Revision v11.0_alpha-1731-gff9cd7e2bd3
|
Public Member Functions | |
buildFactory () | |
testImplementsFactoryInterfaceForText () | |
testImplementsFactoryInterfaceForNumeric () | |
testImplementsFactoryInterfaceForSection () | |
testImplementsFactoryInterfaceForGroup () | |
testImplementsFactoryInterfaceForCheckbox () | |
testImplementsFactoryInterfaceForTag () | |
testImplementsFactoryInterfaceForPassword () | |
testImplementsFactoryInterfaceForSelect () | |
testImplementsFactoryInterfaceForTextarea () | |
testImplementsFactoryInterfaceForRadio () | |
testImplementsFactoryInterfaceForMultiselect () | |
testImplementsFactoryInterfaceForDatetime () | |
testImplementsFactoryInterfaceForDuration () | |
testImplementsFactoryNoByLine () | |
![]() | |
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 | numeric |
static string | $factory_title = 'ILIAS\\UI\\Component\\Input\\Field\\Factory' |
![]() | |
static string | $factory_title = '' |
Additional Inherited Members | |
![]() | |
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 29 of file FieldFactoryTest.php.
|
final |
Definition at line 70 of file FieldFactoryTest.php.
Referenced by testImplementsFactoryInterfaceForCheckbox(), testImplementsFactoryInterfaceForDatetime(), testImplementsFactoryInterfaceForDuration(), testImplementsFactoryInterfaceForGroup(), testImplementsFactoryInterfaceForMultiselect(), testImplementsFactoryInterfaceForNumeric(), testImplementsFactoryInterfaceForPassword(), testImplementsFactoryInterfaceForRadio(), testImplementsFactoryInterfaceForSection(), testImplementsFactoryInterfaceForSelect(), testImplementsFactoryInterfaceForTag(), testImplementsFactoryInterfaceForText(), testImplementsFactoryInterfaceForTextarea(), and testImplementsFactoryNoByLine().
FieldFactoryTest::testImplementsFactoryInterfaceForCheckbox | ( | ) |
Definition at line 120 of file FieldFactoryTest.php.
References Vendor\Package\$f, and buildFactory().
FieldFactoryTest::testImplementsFactoryInterfaceForDatetime | ( | ) |
Definition at line 183 of file FieldFactoryTest.php.
References Vendor\Package\$f, and buildFactory().
FieldFactoryTest::testImplementsFactoryInterfaceForDuration | ( | ) |
Definition at line 191 of file FieldFactoryTest.php.
References Vendor\Package\$f, and buildFactory().
FieldFactoryTest::testImplementsFactoryInterfaceForGroup | ( | ) |
Definition at line 111 of file FieldFactoryTest.php.
References Vendor\Package\$f, and buildFactory().
FieldFactoryTest::testImplementsFactoryInterfaceForMultiselect | ( | ) |
Definition at line 174 of file FieldFactoryTest.php.
References Vendor\Package\$f, and buildFactory().
FieldFactoryTest::testImplementsFactoryInterfaceForNumeric | ( | ) |
Definition at line 92 of file FieldFactoryTest.php.
References Vendor\Package\$f, and buildFactory().
FieldFactoryTest::testImplementsFactoryInterfaceForPassword | ( | ) |
Definition at line 138 of file FieldFactoryTest.php.
References Vendor\Package\$f, and buildFactory().
FieldFactoryTest::testImplementsFactoryInterfaceForRadio | ( | ) |
Definition at line 165 of file FieldFactoryTest.php.
References Vendor\Package\$f, and buildFactory().
FieldFactoryTest::testImplementsFactoryInterfaceForSection | ( | ) |
Definition at line 101 of file FieldFactoryTest.php.
References Vendor\Package\$f, and buildFactory().
FieldFactoryTest::testImplementsFactoryInterfaceForSelect | ( | ) |
Definition at line 147 of file FieldFactoryTest.php.
References Vendor\Package\$f, and buildFactory().
FieldFactoryTest::testImplementsFactoryInterfaceForTag | ( | ) |
Definition at line 129 of file FieldFactoryTest.php.
References Vendor\Package\$f, and buildFactory().
FieldFactoryTest::testImplementsFactoryInterfaceForText | ( | ) |
Definition at line 83 of file FieldFactoryTest.php.
References Vendor\Package\$f, and buildFactory().
FieldFactoryTest::testImplementsFactoryInterfaceForTextarea | ( | ) |
Definition at line 156 of file FieldFactoryTest.php.
References Vendor\Package\$f, and buildFactory().
FieldFactoryTest::testImplementsFactoryNoByLine | ( | ) |
Definition at line 200 of file FieldFactoryTest.php.
References Vendor\Package\$f, and buildFactory().
|
static |
Definition at line 67 of file FieldFactoryTest.php.
|
static |
Definition at line 31 of file FieldFactoryTest.php.
|
static |
Definition at line 35 of file FieldFactoryTest.php.