ElementNameResolverTest
extends TestCase
in package
Attributes
- #[CoversClass]
- \phpDocumentor\Reflection\NodeVisitor\ElementNameResolver::class
Table of Contents
Properties
Methods
- 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
testClassConstant()
public
testClassConstant() : void
testDoesNotEnterAnonymousClass()
If anonymous classes were processed, we would obtain a InvalidArgumentException for an invalid Fqsen.
public
testDoesNotEnterAnonymousClass() : void
testFunctionWithoutNamespace()
public
testFunctionWithoutNamespace() : void
testNamespacedConstant()
public
testNamespacedConstant() : void
testNoNameNamespace()
public
testNoNameNamespace() : void
testWithClass()
public
testWithClass() : void
testWithClassMethod()
public
testWithClassMethod() : void
testWithClassProperty()
public
testWithClassProperty() : void
testWithEnumWithCase()
public
testWithEnumWithCase() : void
setUp()
protected
setUp() : void