PHP Class BetterReflectionTest\Reflector\FindReflectionsInTreeTest

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

Public Methods

Method Description
testInvokeCallsReflectNodesForClassWithoutNamespace ( )
testInvokeCallsReflectNodesForFunction ( )
testInvokeCallsReflectNodesForNamespacedClass ( )
testInvokeDoesNotCallReflectNodesWhenNoNodesFoundInEmptyAst ( )
testInvokeDoesNotCallReflectNodesWhenNoNodesFoundInPopulatedAst ( )

Private Methods

Method Description
getAstForString ( $php )

Method Details

testInvokeCallsReflectNodesForClassWithoutNamespace() public method

testInvokeCallsReflectNodesForFunction() public method

testInvokeCallsReflectNodesForNamespacedClass() public method

testInvokeDoesNotCallReflectNodesWhenNoNodesFoundInEmptyAst() public method

testInvokeDoesNotCallReflectNodesWhenNoNodesFoundInPopulatedAst() public method