ReflectionMethodExtractorTest
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
testItExtractsMethodsWithCorrectPrefixes()
No description
string
getName()
No description
bool
isActive()
No description
bool
hasItems()
No description
int
getCount()
No description
Details
testItExtractsMethodsWithCorrectPrefixes()
No description
string
getName()
No description
bool
isActive()
No description
bool
hasItems()
No description
int
getCount()
No description