FileTest
extends TestCase
in package
Uses
MetadataContainerTest
Tags
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
$fixture
protected
File
$fixture
$docBlock
private
DocBlock
$docBlock
Methods
testAddAndGetClasses()
public
testAddAndGetClasses() : void
Tags
Return values
void —testAddAndGetConstants()
public
testAddAndGetConstants() : void
Tags
Return values
void —testAddAndGetEnums()
public
testAddAndGetEnums() : void
Tags
Return values
void —testAddAndGetFunctions()
public
testAddAndGetFunctions() : void
Tags
Return values
void —testAddAndGetIncludes()
public
testAddAndGetIncludes() : void
Tags
Return values
void —testAddAndGetInterfaces()
public
testAddAndGetInterfaces() : void
Tags
Return values
void —testAddAndGetTraits()
public
testAddAndGetTraits() : void
Tags
Return values
void —testGetDocBlock()
public
testGetDocBlock() : void
Tags
Return values
void —testGetHash()
public
testGetHash() : void
Tags
Return values
void —testGetName()
public
testGetName() : void
Tags
Return values
void —testSetAndGetNamespaceAliases()
public
testSetAndGetNamespaceAliases() : void
Tags
Return values
void —testSetAndGetPath()
public
testSetAndGetPath() : void
Tags
Return values
void —testSetAndGetSource()
public
testSetAndGetSource() : void
Tags
Return values
void —testSetMetaDataForNonExistingKey()
public
testSetMetaDataForNonExistingKey() : void
Tags
Return values
void —testSetMetaDataWithExistingKeyThrows()
public
testSetMetaDataWithExistingKeyThrows() : void
Tags
Return values
void —setUp()
Creates a new (emoty) fixture object.
protected
setUp() : void
Return values
void —getFixture()
private
getFixture() : MetaDataContainer