PHP Class BetterReflectionTest\SourceLocator\Type\StringSourceLocatorTest

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

Public Methods

Method Description
testConstructorThrowsExceptionIfEmptyStringGiven ( )
testReturnsNullWhenSourceDoesNotContainClass ( )
testReturnsReflectionWhenSourceHasClass ( )

Private Methods

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

Method Details

testConstructorThrowsExceptionIfEmptyStringGiven() public method

testReturnsNullWhenSourceDoesNotContainClass() public method

testReturnsReflectionWhenSourceHasClass() public method