PHP Class BetterReflectionTest\Reflection\Adapter\ReflectionPropertyTest

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

Public Methods

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

Method Details

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

testCoreReflectionPropertys() public method

public testCoreReflectionPropertys ( string $methodName )
$methodName string

testExport() public method

public testExport ( )