Documentation

ReflectionCasterTest extends TestCase
in package
Uses VarDumperTestTrait

Tags
author

Nicolas Grekas p@tchwork.com

Table of Contents

assertDumpEquals()  : mixed
assertDumpMatchesFormat()  : mixed
testClosureCaster()  : mixed
testClosureCasterExcludingVerbosity()  : mixed
testFromCallableClosureCaster()  : mixed
testGenerator()  : mixed
testReflectionCaster()  : mixed
testReflectionParameter()  : mixed
testReflectionParameterScalar()  : mixed
testReturnType()  : mixed
getDump()  : string|null

Methods

assertDumpEquals()

public assertDumpEquals(mixed $dump, mixed $data, mixed $filter[, mixed $message = '' ]) : mixed
Parameters
$dump : mixed
$data : mixed
$filter : mixed
$message : mixed = ''
Return values
mixed

assertDumpMatchesFormat()

public assertDumpMatchesFormat(mixed $dump, mixed $data, mixed $filter[, mixed $message = '' ]) : mixed
Parameters
$dump : mixed
$data : mixed
$filter : mixed
$message : mixed = ''
Return values
mixed

testClosureCasterExcludingVerbosity()

public testClosureCasterExcludingVerbosity() : mixed
Return values
mixed

testFromCallableClosureCaster()

public testFromCallableClosureCaster() : mixed
Return values
mixed

testGenerator()

public testGenerator() : mixed
Tags
requires

PHP 7.0

Return values
mixed

testReflectionParameter()

public testReflectionParameter() : mixed
Return values
mixed

testReflectionParameterScalar()

public testReflectionParameterScalar() : mixed
Tags
requires

PHP 7.0

Return values
mixed

testReturnType()

public testReturnType() : mixed
Tags
requires

PHP 7.0

Return values
mixed

getDump()

protected getDump(mixed $data[, mixed $key = null ], mixed $filter) : string|null
Parameters
$data : mixed
$key : mixed = null
$filter : mixed
Return values
string|null

Search results