Documentation

Namespace_Test extends TestCase
in package
Uses MetadataContainerTest

Tests the functionality for the Namespace_ class.

Tags
coversDefaultClass

phpDocumentor\Reflection\Php\Namespace_

Table of Contents

$fixture  : Namespace_
$docBlock  : DocBlock
$fqsen  : Fqsen
testAddAndGetClasses()  : void
testAddAndGetConstants()  : void
testAddAndGetFunctions()  : void
testAddAndGetInterfaces()  : void
testAddAndGetTraits()  : void
testGetFqsen()  : void
testSetMetaDataForNonExistingKey()  : void
testSetMetaDataWithExistingKeyThrows()  : void
setUp()  : void
Creates a new (emoty) fixture object.
getFixture()  : MetaDataContainer

Properties

Methods

testAddAndGetClasses()

public testAddAndGetClasses() : void
Tags
covers
covers
covers
Return values
void

testAddAndGetConstants()

public testAddAndGetConstants() : void
Tags
covers
covers
covers
Return values
void

testAddAndGetFunctions()

public testAddAndGetFunctions() : void
Tags
covers
covers
covers
Return values
void

testAddAndGetInterfaces()

public testAddAndGetInterfaces() : void
Tags
covers
covers
covers
Return values
void

testAddAndGetTraits()

public testAddAndGetTraits() : void
Tags
covers
covers
covers
Return values
void

testGetFqsen()

public testGetFqsen() : void
Tags
covers
covers
covers
Return values
void

testSetMetaDataForNonExistingKey()

public testSetMetaDataForNonExistingKey() : void
Tags
covers
covers
Return values
void

testSetMetaDataWithExistingKeyThrows()

public testSetMetaDataWithExistingKeyThrows() : void
Tags
covers
Return values
void

setUp()

Creates a new (emoty) fixture object.

protected setUp() : void
Return values
void

Search results