MediaWiki
1.30.0
|
@uses XhprofData @uses AutoLoader More...
Public Member Functions | |
provideSplitKey () | |
testCompleteMetricsStructure () | |
Validate the structure of data returned by Xhprof::getCompleteMetrics(). More... | |
testCriticalPath () | |
XhprofData::getCriticalPath @uses XhprofData. More... | |
testEdges () | |
XhprofData::getCallers XhprofData::getCallees @uses XhprofData. More... | |
testInclude () | |
XhprofData::pruneData. More... | |
testInclusiveMetricsStructure () | |
Validate the structure of data returned by Xhprof::getInclusiveMetrics(). More... | |
testSplitKey ( $key, $expect) | |
XhprofData::splitKey provideSplitKey. More... | |
Protected Member Functions | |
assertArrayStructure ( $struct, $actual, $label=null) | |
Assert that the given array has the described structure. More... | |
getXhprofDataFixture (array $opts=[]) | |
Get an Xhprof instance that has been primed with a set of known testing data. More... | |
@uses XhprofData @uses AutoLoader
Definition at line 27 of file XhprofDataTest.php.
|
protected |
Assert that the given array has the described structure.
array | $struct | Array of key => type mappings |
array | $actual | Array to check |
string | $label |
Definition at line 268 of file XhprofDataTest.php.
References $type, as, and captcha-old\count.
Referenced by testCompleteMetricsStructure(), and testInclusiveMetricsStructure().
|
protected |
Get an Xhprof instance that has been primed with a set of known testing data.
Tests for the Xhprof class should laregly be concerned with evaluating the manipulations of the data collected by xhprof rather than the data collection process itself.
The returned Xhprof instance primed will be with a data set created by running this trivial program using the PECL xhprof implementation:
Definition at line 214 of file XhprofDataTest.php.
Referenced by testCompleteMetricsStructure(), testCriticalPath(), testEdges(), testInclude(), and testInclusiveMetricsStructure().
XhprofDataTest::provideSplitKey | ( | ) |
Definition at line 37 of file XhprofDataTest.php.
XhprofDataTest::testCompleteMetricsStructure | ( | ) |
Validate the structure of data returned by Xhprof::getCompleteMetrics().
This acts as a guard against unexpected structural changes to the returned data in lieu of using a more heavy weight typed response object.
XhprofData::getCompleteMetrics
Definition at line 112 of file XhprofDataTest.php.
References $name, $type, as, assertArrayStructure(), and getXhprofDataFixture().
XhprofDataTest::testCriticalPath | ( | ) |
XhprofData::getCriticalPath @uses XhprofData.
Definition at line 173 of file XhprofDataTest.php.
References $last, $path, $value, as, getXhprofDataFixture(), list, and XhprofData\splitKey().
XhprofDataTest::testEdges | ( | ) |
XhprofData::getCallers XhprofData::getCallees @uses XhprofData.
Definition at line 157 of file XhprofDataTest.php.
References getXhprofDataFixture().
XhprofDataTest::testInclude | ( | ) |
Definition at line 51 of file XhprofDataTest.php.
References captcha-old\count, and getXhprofDataFixture().
XhprofDataTest::testInclusiveMetricsStructure | ( | ) |
Validate the structure of data returned by Xhprof::getInclusiveMetrics().
This acts as a guard against unexpected structural changes to the returned data in lieu of using a more heavy weight typed response object.
XhprofData::getInclusiveMetrics
Definition at line 70 of file XhprofDataTest.php.
References $name, $type, as, assertArrayStructure(), and getXhprofDataFixture().
XhprofDataTest::testSplitKey | ( | $key, | |
$expect | |||
) |
XhprofData::splitKey provideSplitKey.
Definition at line 33 of file XhprofDataTest.php.
References XhprofData\splitKey().