Documentation

PropertyTest extends TestCase
in package
uses MetadataContainerTestHelper

FinalYes

Tests the functionality for the Property class.

Attributes
#[CoversClass]
\phpDocumentor\Reflection\Php\Property::class
#[UsesClass]
'\phpDocumentor\Reflection\Php\Visibility'
#[UsesClass]
'\phpDocumentor\Reflection\Types\Integer'

Table of Contents

Properties

$fixture  : Property
$docBlock  : DocBlock
$fqsen  : Fqsen
$visibility  : Visibility

Methods

testGetDefault()  : void
testGetDocBlock()  : void
testGetFqsenAndGetName()  : void
testGettingVisibility()  : void
testGettingWhetherPropertyIsReadOnly()  : void
testGettingWhetherPropertyIsStatic()  : void
testGetType()  : void
testLineAndColumnNumberIsReturnedWhenALocationIsProvided()  : void
testLineNumberIsMinusOneWhenNoneIsProvided()  : void
testSetAndGetTypes()  : void
testSetMetaDataForNonExistingKey()  : void
testSetMetaDataWithExistingKeyThrows()  : void
assertLineAndColumnNumberIsReturnedWhenALocationIsProvided()  : void
setUp()  : void
getFixture()  : MetaDataContainer

Properties

Methods

testGetFqsenAndGetName()

public testGetFqsenAndGetName() : void

testGettingVisibility()

public testGettingVisibility() : void

testGettingWhetherPropertyIsReadOnly()

public testGettingWhetherPropertyIsReadOnly() : void

testGettingWhetherPropertyIsStatic()

public testGettingWhetherPropertyIsStatic() : void

testLineAndColumnNumberIsReturnedWhenALocationIsProvided()

public testLineAndColumnNumberIsReturnedWhenALocationIsProvided() : void

testLineNumberIsMinusOneWhenNoneIsProvided()

public testLineNumberIsMinusOneWhenNoneIsProvided() : void

        
On this page

Search results