class ReflectionMethodExtractorTest extends TestCase (View source)

Covers extractData(): calling getter methods on a reflection object and collecting results.

makeSerializable() used to live on this class too and its tests were here; both moved to ReflectionValueNormalizer, which is what they were always about — normalising arbitrary reflected values has nothing to do with extracting methods.

Methods

string
getName()

No description

bool
isActive()

No description

bool
hasItems()

No description

int
getCount()

No description

Details

testItExtractsMethodsWithCorrectPrefixes()

No description

string getName()

No description

Return Value

string

bool isActive()

No description

Return Value

bool

bool hasItems()

No description

Return Value

bool

int getCount()

No description

Return Value

int