PHP 클래스 BetterReflectionTest\TypesFinder\FindParameterTypeTest

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: roave/better-reflection

공개 메소드들

메소드 설명
parameterTypeProvider ( ) : array
testFindParameterTypeForFunction ( string $docBlock, string $nodeName, string[] $expectedInstances )
testFindParameterTypeForMethod ( string $docBlock, string $nodeName, string[] $expectedInstances )
testNamespaceResolutionForProperty ( )

메소드 상세

parameterTypeProvider() 공개 메소드

public parameterTypeProvider ( ) : array
리턴 array

testFindParameterTypeForFunction() 공개 메소드

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

testFindParameterTypeForMethod() 공개 메소드

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

testNamespaceResolutionForProperty() 공개 메소드