TypedArrayPrimitiveKeyTest extends TestCase
Tags
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 $keyType, array<int, mixed> $keys, array<int, mixed>|Exception|null $expected) : void
Parameters
- $keyType : string
- $keys : array<int, mixed>
- $expected : array<int, mixed>|Exception|null
Tags
Return values
void —createInstance()
protected
createInstance(string $keyType) : TypedArray<mixed, mixed>
Parameters
- $keyType : string