-
group
-
Table of Contents
-
dataProvider()
: array<int|string, array<int|string, mixed>>
-
test()
: void
-
createInstance()
: TypedArray<mixed, mixed>
dataProvider()
public
dataProvider() : array<int|string, array<int|string, mixed>>
Return values
array<int|string, array<int|string, mixed>>
—
test()
public
test(string $valueType, array<int, mixed>|null $values[, Exception $exception = null ]) : void
Parameters
-
$valueType
: string
-
-
$values
: array<int, mixed>|null
-
-
$exception
: Exception
= null
-
-
dataProvider
-
-
phpstan-template
-
-
phpstan-param
-
-
phpstan-param
-
Return values
void
—
createInstance()
protected
createInstance(string $valueType) : TypedArray<mixed, mixed>
Parameters
-
$valueType
: string
-
-
phpstan-template
-
-
phpstan-param
-
-
phpstan-return
-
Return values
TypedArray<mixed, mixed>
—