Documentation

Class_Test extends TestCase
in package
Uses MetadataContainerTest

Base test case for all elements.

Tags
uses
Property
uses
Constant
uses
Method
uses
Visibility
coversDefaultClass

\phpDocumentor\Reflection\Php\Class_

covers
covers

::

covers

::

Table of Contents

$fixture  : Class_
$fixture  : Element|MetaDataContainer
$docBlock  : DocBlock
$fqsen  : Fqsen
$parent  : Fqsen
testAddAndGettingConstants()  : void
testAddAndGettingInterfaces()  : void
testAddAndGettingMethods()  : void
testAddAndGettingProperties()  : void
testAddAndGettingUsedTrait()  : void
testGettingDocBlock()  : void
testGettingFqsen()  : void
testGettingName()  : void
testGettingParent()  : void
testGettingWhetherClassIsAbstract()  : void
testGettingWhetherClassIsFinal()  : void
testGettingWhetherClassIsReadOnly()  : void
testLineAndColumnNumberIsReturnedWhenALocationIsProvided()  : void
testLineNumberIsMinusOneWhenNoneIsProvided()  : void
testSetMetaDataForNonExistingKey()  : void
testSetMetaDataWithExistingKeyThrows()  : void
assertLineAndColumnNumberIsReturnedWhenALocationIsProvided()  : void
setUp()  : void
Creates a new (emoty) fixture object.
getFixture()  : MetaDataContainer

Properties

Methods

testAddAndGettingConstants()

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

testAddAndGettingInterfaces()

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

testAddAndGettingMethods()

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

testAddAndGettingProperties()

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

testAddAndGettingUsedTrait()

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

testGettingDocBlock()

public testGettingDocBlock() : void
Tags
covers
Return values
void

testGettingFqsen()

public testGettingFqsen() : void
Tags
covers
Return values
void

testGettingName()

public testGettingName() : void
Tags
covers
Return values
void

testGettingParent()

public testGettingParent() : void
Tags
covers
Return values
void

testGettingWhetherClassIsAbstract()

public testGettingWhetherClassIsAbstract() : void
Tags
covers
Return values
void

testGettingWhetherClassIsFinal()

public testGettingWhetherClassIsFinal() : void
Tags
covers
Return values
void

testGettingWhetherClassIsReadOnly()

public testGettingWhetherClassIsReadOnly() : void
Tags
covers
Return values
void

testLineAndColumnNumberIsReturnedWhenALocationIsProvided()

public testLineAndColumnNumberIsReturnedWhenALocationIsProvided() : void
Return values
void

testLineNumberIsMinusOneWhenNoneIsProvided()

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