Documentation

ElementNameResolverTest extends TestCase
in package

Tags
uses
ElementNameResolver::beforeTraverse
coversDefaultClass

\phpDocumentor\Reflection\NodeVisitor\ElementNameResolver

covers

::

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

Methods

testDoesNotEnterAnonymousClass()

If anonymous classes were processed, we would obtain a InvalidArgumentException for an invalid Fqsen.

public testDoesNotEnterAnonymousClass() : void
Tags
covers
Return values
void

testFunctionWithoutNamespace()

public testFunctionWithoutNamespace() : void
Tags
covers
Return values
void

Search results