PHP Class Phan\Tests\Language\FQSENTest

Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: etsy/phan

Protected Properties

Свойство Type Description
$context Phan\Language\Context | null

Méthodes publiques

Méthode Description
assertFQSENEqual ( Phan\Language\FQSEN $fqsen, string $string ) Asserts that a given FQSEN produces the given string
testFullyQualifiedClassConstantName ( )
testFullyQualifiedClassName ( )
testFullyQualifiedFunctionName ( )
testFullyQualifiedGlobalConstantName ( )
testFullyQualifiedMethodName ( )
testFullyQualifiedPropertyName ( )

Méthodes protégées

Méthode Description
setUp ( )
tearDown ( )

Method Details

assertFQSENEqual() public méthode

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 méthode

protected setUp ( )

tearDown() protected méthode

protected tearDown ( )

testFullyQualifiedClassConstantName() public méthode

testFullyQualifiedClassName() public méthode

testFullyQualifiedFunctionName() public méthode

testFullyQualifiedGlobalConstantName() public méthode

testFullyQualifiedMethodName() public méthode

testFullyQualifiedPropertyName() public méthode

Property Details

$context protected_oe property

protected Context,Phan\Language|null $context
Résultat Phan\Language\Context | null