PHP Class Phan\Tests\AnalyzerTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: etsy/phan

Public Methods

Method Description
testClassInCodeBase ( )
testMethodInCodeBase ( )
testNamespaceClassInCodeBase ( )

Protected Methods

Method Description
setUp ( )

Private Methods

Method Description
contextForCode ( string $code_stub ) : Context Get a Context after parsing the given bit of code.

Method Details

setUp() protected method

protected setUp ( )

testClassInCodeBase() public method

public testClassInCodeBase ( )

testMethodInCodeBase() public method

testNamespaceClassInCodeBase() public method