PHP 클래스 Phan\Tests\Language\FQSENTest

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

보호된 프로퍼티들

프로퍼티 타입 설명
$context Phan\Language\Context | null

공개 메소드들

메소드 설명
assertFQSENEqual ( Phan\Language\FQSEN $fqsen, string $string ) Asserts that a given FQSEN produces the given string
testFullyQualifiedClassConstantName ( )
testFullyQualifiedClassName ( )
testFullyQualifiedFunctionName ( )
testFullyQualifiedGlobalConstantName ( )
testFullyQualifiedMethodName ( )
testFullyQualifiedPropertyName ( )

보호된 메소드들

메소드 설명
setUp ( )
tearDown ( )

메소드 상세

assertFQSENEqual() 공개 메소드

Asserts that a given FQSEN produces the given string
public assertFQSENEqual ( Phan\Language\FQSEN $fqsen, string $string )
$fqsen Phan\Language\FQSEN
$string string

setUp() 보호된 메소드

protected setUp ( )

tearDown() 보호된 메소드

protected tearDown ( )

testFullyQualifiedClassConstantName() 공개 메소드

testFullyQualifiedClassName() 공개 메소드

testFullyQualifiedFunctionName() 공개 메소드

testFullyQualifiedGlobalConstantName() 공개 메소드

testFullyQualifiedMethodName() 공개 메소드

testFullyQualifiedPropertyName() 공개 메소드

프로퍼티 상세

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

protected Context,Phan\Language|null $context
리턴 Phan\Language\Context | null