Documentation

MethodTest extends TestCase
in package
Uses MetadataContainerTest

Base test case for all elements.

Tags
uses
Visibility
coversDefaultClass

\phpDocumentor\Reflection\Php\Method

covers
covers

::

Table of Contents

$fixture  : Method
$fixture  : Element|MetaDataContainer
$docblock  : DocBlock
$fqsen  : Fqsen
$visibility  : Visibility
testAddingAndGettingArguments()  : void
testGetDefaultReturnType()  : void
testGetDefaultVisibility()  : void
testGetDocBlock()  : void
testGetFqsenAndGetName()  : void
testGetHasReturnByReference()  : void
testGetHasReturnByReferenceFromConstructor()  : void
testGetReturnTypeFromConstructor()  : void
testGettingVisibility()  : void
testGettingWhetherMethodIsAbstract()  : void
testGettingWhetherMethodIsFinal()  : void
testGettingWhetherMethodIsStatic()  : void
testLineAndColumnNumberIsReturnedWhenALocationIsProvided()  : void
testLineNumberIsMinusOneWhenNoneIsProvided()  : void
testSetMetaDataForNonExistingKey()  : void
testSetMetaDataWithExistingKeyThrows()  : void
assertLineAndColumnNumberIsReturnedWhenALocationIsProvided()  : void
setUp()  : void
getFixture()  : MetaDataContainer

Properties

Methods

testAddingAndGettingArguments()

public testAddingAndGettingArguments() : void
Tags
uses
Argument
covers
covers
Return values
void

testGetDefaultReturnType()

public testGetDefaultReturnType() : void
Tags
covers
Return values
void

testGetDefaultVisibility()

public testGetDefaultVisibility() : void
Tags
covers
Return values
void

testGetDocBlock()

public testGetDocBlock() : void
Tags
covers
Return values
void

testGetFqsenAndGetName()

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

testGetHasReturnByReference()

public testGetHasReturnByReference() : void
Tags
covers
Return values
void

testGetHasReturnByReferenceFromConstructor()

public testGetHasReturnByReferenceFromConstructor() : void
Tags
covers
Return values
void

testGetReturnTypeFromConstructor()

public testGetReturnTypeFromConstructor() : void
Tags
covers
Return values
void

testGettingVisibility()

public testGettingVisibility() : void
Tags
covers
Return values
void

testGettingWhetherMethodIsAbstract()

public testGettingWhetherMethodIsAbstract() : void
Tags
covers
Return values
void

testGettingWhetherMethodIsFinal()

public testGettingWhetherMethodIsFinal() : void
Tags
covers
Return values
void

testGettingWhetherMethodIsStatic()

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

protected setUp() : void
Return values
void

Search results