Documentation

Interface_Test extends TestCase
in package
Uses MetadataContainerTest

Base test case for all elements.

Tags
uses
DocBlock
uses
Fqsen
uses
Method
uses
Constant
uses
Visibility
coversDefaultClass

\phpDocumentor\Reflection\Php\Interface_

covers
covers

::

Table of Contents

$fixture  : Interface_
$fixture  : Element|MetaDataContainer
$docBlock  : DocBlock
$exampleParents  : array<string|int, mixed>
$fqsen  : Fqsen
testArrayWithParentsMustBeFqsenObjects()  : void
testGetDocblock()  : void
testGetFqsen()  : void
testGetName()  : void
testLineAndColumnNumberIsReturnedWhenALocationIsProvided()  : void
testLineNumberIsMinusOneWhenNoneIsProvided()  : void
testReturningTheParentsOfThisInterface()  : void
testSetMetaDataForNonExistingKey()  : void
testSetMetaDataWithExistingKeyThrows()  : void
testSettingAndGettingConstants()  : void
testSettingAndGettingMethods()  : void
assertLineAndColumnNumberIsReturnedWhenALocationIsProvided()  : void
setUp()  : void
Creates a new (empty) fixture object.
getFixture()  : MetaDataContainer

Properties

$exampleParents

private array<string|int, mixed> $exampleParents

Methods

testArrayWithParentsMustBeFqsenObjects()

public testArrayWithParentsMustBeFqsenObjects() : void
Tags
covers
Return values
void

testGetDocblock()

public testGetDocblock() : void
Tags
covers
Return values
void

testGetFqsen()

public testGetFqsen() : void
Tags
covers
Return values
void

testGetName()

public testGetName() : void
Tags
covers
Return values
void

testLineAndColumnNumberIsReturnedWhenALocationIsProvided()

public testLineAndColumnNumberIsReturnedWhenALocationIsProvided() : void
Return values
void

testLineNumberIsMinusOneWhenNoneIsProvided()

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

testReturningTheParentsOfThisInterface()

public testReturningTheParentsOfThisInterface() : 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

testSettingAndGettingConstants()

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

testSettingAndGettingMethods()

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

setUp()

Creates a new (empty) fixture object.

protected setUp() : void
Return values
void

Search results