Documentation

ElementNameResolverTest extends TestCase
in package

Attributes
#[CoversClass]
\phpDocumentor\Reflection\NodeVisitor\ElementNameResolver::class

Table of Contents

Properties

$fixture  : ElementNameResolver

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

Methods

testDoesNotEnterAnonymousClass()

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

public testDoesNotEnterAnonymousClass() : void

        
On this page

Search results