PHP Class BetterReflectionTest\Reflection\Adapter\ReflectionParameterTest

Inheritance: extends PHPUnit_Framework_TestCase
Exibir arquivo Open project: roave/better-reflection

Public Methods

Method Description
coreReflectionParameterNamesProvider ( )
methodExpectationProvider ( )
testAdapterMethods ( string $methodName, string | null $expectedException, mixed $returnValue, array $args )
testCoreReflectionParameters ( string $methodName )
testExport ( )

Method Details

coreReflectionParameterNamesProvider() public method

methodExpectationProvider() public method

testAdapterMethods() public method

public testAdapterMethods ( string $methodName, string | null $expectedException, mixed $returnValue, array $args )
$methodName string
$expectedException string | null
$returnValue mixed
$args array

testCoreReflectionParameters() public method

public testCoreReflectionParameters ( string $methodName )
$methodName string

testExport() public method

public testExport ( )