Documentation

TypedArrayClassValueTest extends TypedArrayPrimitiveValueTest

Tags
group

value

Table of Contents

dataProvider()  : array<int|string, array<int|string, mixed>>
test()  : void
createInstance()  : TypedArray<mixed, mixed>

Methods

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
Tags
dataProvider

dataProvider

phpstan-template

T

phpstan-param

class-string $valueType

phpstan-param

list|null $values

Return values
void

createInstance()

protected createInstance(string $valueType) : TypedArray<mixed, mixed>
Parameters
$valueType : string
Tags
phpstan-template

T

phpstan-param

class-string $valueType

phpstan-return

TypedArray<mixed, T>

Return values
TypedArray<mixed, mixed>

Search results