PHP Class BetterReflectionTest\SourceLocator\Type\EvaledCodeSourceLocatorTest

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

Public Methods

Method Description
testCanReflectEvaledClass ( )
testCanReflectEvaledInterface ( )
testCanReflectEvaledLocatedSourceClass ( )
testCanReflectEvaledTrait ( )
testCannotReflectRequiredClass ( )
testReturnsNullForFunctions ( )
testReturnsNullForNonExistentCode ( )

Private Methods

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

Method Details

testCanReflectEvaledClass() public method

testCanReflectEvaledInterface() public method

testCanReflectEvaledLocatedSourceClass() public method

testCanReflectEvaledTrait() public method

testCannotReflectRequiredClass() public method

testReturnsNullForFunctions() public method

testReturnsNullForNonExistentCode() public method