Documentation

FileTest extends TestCase
in package
Uses MetadataContainerTest

Tags
uses
Trait_
uses
Interface_
uses
Class_
uses
Namespace_
uses
Function_
uses
Constant
coversDefaultClass

\phpDocumentor\Reflection\Php\File

covers
covers

::

Table of Contents

EXAMPLE_HASH  = 'a-hash-string'
EXAMPLE_NAME  = 'a-path-string'
EXAMPLE_PATH  = 'example/' . self::EXAMPLE_NAME
EXAMPLE_SOURCE  = 'a-source-string'
$fixture  : File
$docBlock  : DocBlock
testAddAndGetClasses()  : void
testAddAndGetConstants()  : void
testAddAndGetEnums()  : void
testAddAndGetFunctions()  : void
testAddAndGetIncludes()  : void
testAddAndGetInterfaces()  : void
testAddAndGetTraits()  : void
testGetDocBlock()  : void
testGetHash()  : void
testGetName()  : void
testSetAndGetNamespaceAliases()  : void
testSetAndGetPath()  : void
testSetAndGetSource()  : void
testSetMetaDataForNonExistingKey()  : void
testSetMetaDataWithExistingKeyThrows()  : void
setUp()  : void
Creates a new (emoty) fixture object.
getFixture()  : MetaDataContainer

Constants

EXAMPLE_HASH

public mixed EXAMPLE_HASH = 'a-hash-string'

EXAMPLE_NAME

public mixed EXAMPLE_NAME = 'a-path-string'

EXAMPLE_PATH

public mixed EXAMPLE_PATH = 'example/' . self::EXAMPLE_NAME

EXAMPLE_SOURCE

public mixed EXAMPLE_SOURCE = 'a-source-string'

Properties

Methods

testAddAndGetClasses()

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

testAddAndGetConstants()

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

testAddAndGetEnums()

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

testAddAndGetFunctions()

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

testAddAndGetIncludes()

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

testAddAndGetInterfaces()

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

testAddAndGetTraits()

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

testGetDocBlock()

public testGetDocBlock() : void
Tags
covers
Return values
void

testGetHash()

public testGetHash() : void
Tags
covers
Return values
void

testGetName()

public testGetName() : void
Tags
covers
Return values
void

testSetAndGetNamespaceAliases()

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

testSetAndGetPath()

public testSetAndGetPath() : void
Tags
covers
Return values
void

testSetAndGetSource()

public testSetAndGetSource() : void
Tags
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