PHP Class BetterReflectionTest\Reflection\Adapter\ReflectionClassTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: roave/better-reflection

Public Methods

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

Method Details

coreReflectionMethodNamesProvider() 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

testCoreReflectionMethods() public method

public testCoreReflectionMethods ( string $methodName )
$methodName string

testExport() public method

public testExport ( )