PHP 클래스 Phan\Tests\Language\ContextTest

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: etsy/phan

보호된 프로퍼티들

프로퍼티 타입 설명
$code_base Phan\CodeBase | null

공개 메소드들

메소드 설명
testClassContext ( )
testNamespaceMap ( )
testSimple ( )

보호된 메소드들

메소드 설명
setUp ( )
tearDown ( )

메소드 상세

setUp() 보호된 메소드

protected setUp ( )

tearDown() 보호된 메소드

protected tearDown ( )

testClassContext() 공개 메소드

public testClassContext ( )

testNamespaceMap() 공개 메소드

public testNamespaceMap ( )

testSimple() 공개 메소드

public testSimple ( )

프로퍼티 상세

$code_base 보호되어 있는 프로퍼티

protected CodeBase,Phan|null $code_base
리턴 Phan\CodeBase | null