PHP Class BetterReflectionTest\TypesFinder\FindPropertyTypeTest

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

Public Methods

Method Description
propertyTypeProvider ( ) : array
testFindPropertyType ( string $docBlock, string[] $expectedInstances )
testFindPropertyTypeReturnsEmptyArrayWhenNoCommentsNodesFound ( )
testNamespaceResolutionForProperty ( )

Method Details

propertyTypeProvider() public method

public propertyTypeProvider ( ) : array
return array

testFindPropertyType() public method

public testFindPropertyType ( string $docBlock, string[] $expectedInstances )
$docBlock string
$expectedInstances string[]

testFindPropertyTypeReturnsEmptyArrayWhenNoCommentsNodesFound() public method

testNamespaceResolutionForProperty() public method