PHP Class BetterReflectionTest\TypesFinder\FindParameterTypeTest

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

Public Methods

Method Description
parameterTypeProvider ( ) : array
testFindParameterTypeForFunction ( string $docBlock, string $nodeName, string[] $expectedInstances )
testFindParameterTypeForMethod ( string $docBlock, string $nodeName, string[] $expectedInstances )
testNamespaceResolutionForProperty ( )

Method Details

parameterTypeProvider() public method

public parameterTypeProvider ( ) : array
return array

testFindParameterTypeForFunction() public method

public testFindParameterTypeForFunction ( string $docBlock, string $nodeName, string[] $expectedInstances )
$docBlock string
$nodeName string
$expectedInstances string[]

testFindParameterTypeForMethod() public method

public testFindParameterTypeForMethod ( string $docBlock, string $nodeName, string[] $expectedInstances )
$docBlock string
$nodeName string
$expectedInstances string[]

testNamespaceResolutionForProperty() public method