PHP Class Phan\Tests\Language\FQSENTest

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

Protected Properties

Property Type Description
$context Phan\Language\Context | null

Public Methods

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

Protected Methods

Method Description
setUp ( )
tearDown ( )

Method Details

assertFQSENEqual() public method

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 method

protected setUp ( )

tearDown() protected method

protected tearDown ( )

testFullyQualifiedClassConstantName() public method

testFullyQualifiedClassName() public method

testFullyQualifiedFunctionName() public method

testFullyQualifiedGlobalConstantName() public method

testFullyQualifiedMethodName() public method

testFullyQualifiedPropertyName() public method

Property Details

$context protected property

protected Context,Phan\Language|null $context
return Phan\Language\Context | null