Method |
Description |
|
mapTypedArrayObjectDoesNotExistAutoloader ( $class ) |
|
|
testArrayObjectInvalidNull ( ) |
An ArrayObject which may not be null but is. |
|
testArrayObjectNullable ( ) |
A nullable ArrayObject which is null. |
|
testFlArray ( ) |
Test for an array of float "@var float[]" |
|
testFlArrayKeyed ( ) |
Test for an array of float "@var float[]" |
|
testInvalidArray ( ) |
|
|
testInvalidArrayObject ( ) |
|
|
testMapArrayJsonNoTypeEnforcement ( ) |
|
|
testMapArrayObject ( ) |
Test for "@var ArrayObject" |
|
testMapSimpleArrayObject ( ) |
Test for "@var ArrayObject[int]" |
|
testMapTypedArray ( ) |
Test for an array of classes "@var Classname[]" |
|
testMapTypedArrayObject ( ) |
Test for "@var ArrayObject[Classname]" |
|
testMapTypedArrayObjectDoesNotExist ( ) |
The TYPO3 autoloader breaks if we autoload a class with a [ or ]
in its name. |
|
testMapTypedSimpleArray ( ) |
Test for an array of classes "@var ClassName[]" with
flat/simple json values (string) |
|
testNonNullableArrayObjectWithLooseNullChecks ( ) |
Exception is not thrown when a non-nullable object has null value
but strict nullable checks are turned off |
|
testNullableSimple ( ) |
Test for an array that is nullable - "@var string[]|null" |
|
testStrArray ( ) |
Test for an array of strings - "@var string[]" |
|
testStrArrayV2 ( ) |
Test for an array of strings - "@var array[string]" |
|