PHP Class BetterReflectionTest\Reflector\NodeToReflectionTest

Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: roave/better-reflection

Méthodes publiques

Méthode Description
testReturnsNullWhenIncompatibleNodeFound ( )
testReturnsReflectionForClassNode ( )
testReturnsReflectionForFunctionNode ( )
testReturnsReflectionForInterfaceNode ( )
testReturnsReflectionForTraitNode ( )

Private Methods

Méthode Description
getFirstAstNodeInString ( $php )

Method Details

testReturnsNullWhenIncompatibleNodeFound() public méthode

testReturnsReflectionForClassNode() public méthode

testReturnsReflectionForFunctionNode() public méthode

testReturnsReflectionForInterfaceNode() public méthode

testReturnsReflectionForTraitNode() public méthode