ElementNameResolverTest
extends TestCase
in package
Tags
Table of Contents
- $fixture : ElementNameResolver
- testAnonymousClassDoesNotPopParts() : void
- testClassConstant() : void
- testDoesNotEnterAnonymousClass() : void
- If anonymous classes were processed, we would obtain a InvalidArgumentException for an invalid Fqsen.
- testFunctionWithoutNamespace() : void
- testNamespacedConstant() : void
- testNoNameNamespace() : void
- testWithClass() : void
- testWithClassMethod() : void
- testWithClassProperty() : void
- testWithEnumWithCase() : void
- setUp() : void
Properties
$fixture
private
ElementNameResolver
$fixture
Methods
testAnonymousClassDoesNotPopParts()
public
testAnonymousClassDoesNotPopParts() : void
Tags
Return values
void —testClassConstant()
public
testClassConstant() : void
Tags
Return values
void —testDoesNotEnterAnonymousClass()
If anonymous classes were processed, we would obtain a InvalidArgumentException for an invalid Fqsen.
public
testDoesNotEnterAnonymousClass() : void
Tags
Return values
void —testFunctionWithoutNamespace()
public
testFunctionWithoutNamespace() : void
Tags
Return values
void —testNamespacedConstant()
public
testNamespacedConstant() : void
Tags
Return values
void —testNoNameNamespace()
public
testNoNameNamespace() : void
Tags
Return values
void —testWithClass()
public
testWithClass() : void
Tags
Return values
void —testWithClassMethod()
public
testWithClassMethod() : void
Tags
Return values
void —testWithClassProperty()
public
testWithClassProperty() : void
Tags
Return values
void —testWithEnumWithCase()
public
testWithEnumWithCase() : void
Tags
Return values
void —setUp()
protected
setUp() : void