PHP Class BetterReflectionTest\Reflector\NodeToReflectionTest

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

Public Methods

Method Description
testReturnsNullWhenIncompatibleNodeFound ( )
testReturnsReflectionForClassNode ( )
testReturnsReflectionForFunctionNode ( )
testReturnsReflectionForInterfaceNode ( )
testReturnsReflectionForTraitNode ( )

Private Methods

Method Description
getFirstAstNodeInString ( $php )

Method Details

testReturnsNullWhenIncompatibleNodeFound() public method

testReturnsReflectionForClassNode() public method

testReturnsReflectionForFunctionNode() public method

testReturnsReflectionForInterfaceNode() public method

testReturnsReflectionForTraitNode() public method