PHP Class BetterReflectionTest\TypesFinder\FindParameterTypeTest

Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: roave/better-reflection

Méthodes publiques

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

Method Details

parameterTypeProvider() public méthode

public parameterTypeProvider ( ) : array
Résultat array

testFindParameterTypeForFunction() public méthode

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

testFindParameterTypeForMethod() public méthode

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

testNamespaceResolutionForProperty() public méthode