SignatureFormatterTest
extends TestCase
in package
Table of Contents
- FOO = 'foo value'
- $bar : mixed
- signatureReflectors() : mixed
- testFormat() : mixed
- testSignatureFormatterThrowsUnknownReflectorExpeption() : mixed
- someFakeMethod() : mixed
Constants
FOO
public
mixed
FOO
= 'foo value'
Properties
$bar
private
static mixed
$bar
= 'bar value'
Methods
signatureReflectors()
public
signatureReflectors() : mixed
Return values
mixed —testFormat()
public
testFormat(mixed $reflector, mixed $expected) : mixed
Parameters
- $reflector : mixed
- $expected : mixed
Tags
Return values
mixed —testSignatureFormatterThrowsUnknownReflectorExpeption()
public
testSignatureFormatterThrowsUnknownReflectorExpeption() : mixed
Tags
Return values
mixed —someFakeMethod()
private
someFakeMethod(array<string|int, mixed> $one[, mixed $two = 'TWO' ][, Reflector $three = null ]) : mixed
Parameters
- $one : array<string|int, mixed>
- $two : mixed = 'TWO'
- $three : Reflector = null