PHP Class BetterReflectionTest\SourceLocator\Type\AggregateSourceLocatorTest

Inheritance: extends PHPUnit_Framework_TestCase
Mostrar archivo Open project: roave/better-reflection

Public Methods

Method Description
testInvokeWillTraverseAllGivenLocatorsAndFailToResolve ( )
testInvokeWillTraverseAllGivenLocatorsAndSucceed ( )
testLocateIdentifiersByTypeAggregatesSource ( )
testTwoStringSourceLocatorsResolveCorrectly ( )
testWillNotResolveWithEmptyLocatorsList ( )

Private Methods

Method Description
getMockReflector ( ) : BetterReflection\Reflector\Reflector | PHPUnit_Framework_MockObject_MockObject

Method Details

testInvokeWillTraverseAllGivenLocatorsAndFailToResolve() public method

testInvokeWillTraverseAllGivenLocatorsAndSucceed() public method

testLocateIdentifiersByTypeAggregatesSource() public method

testTwoStringSourceLocatorsResolveCorrectly() public method

testWillNotResolveWithEmptyLocatorsList() public method