PHP Class BetterReflectionTest\SourceLocator\Type\AbstractSourceLocatorTest

Inheritance: extends PHPUnit_Framework_TestCase
Exibir arquivo Open project: roave/better-reflection

Public Methods

Method Description
testLocateIdentifierCallsFindReflection ( )
testLocateIdentifierReturnsNullWhenFindLocatorThrowsException ( )
testLocateIdentifierReturnsNullWithoutTryingToFindReflectionWhenUnableToLocateSource ( )
testLocateIdentifiersByTypeCallsFindReflectionsOfType ( )
testLocateIdentifiersByTypeReturnsEmptyArrayWithoutTryingToFindReflectionsWhenUnableToLocateSource ( )

Method Details

testLocateIdentifierCallsFindReflection() public method

testLocateIdentifierReturnsNullWhenFindLocatorThrowsException() public method

testLocateIdentifierReturnsNullWithoutTryingToFindReflectionWhenUnableToLocateSource() public method

testLocateIdentifiersByTypeCallsFindReflectionsOfType() public method

testLocateIdentifiersByTypeReturnsEmptyArrayWithoutTryingToFindReflectionsWhenUnableToLocateSource() public method