MediaWiki REL1_32
|
Public Member Functions | |
provideSplitKey () | |
testCompleteMetricsStructure () | |
Validate the structure of data returned by Xhprof::getCompleteMetrics(). | |
testCriticalPath () | |
XhprofData::getCriticalPath. | |
testEdges () | |
XhprofData::getCallers XhprofData::getCallees. | |
testInclude () | |
XhprofData::pruneData. | |
testInclusiveMetricsStructure () | |
Validate the structure of data returned by Xhprof::getInclusiveMetrics(). | |
testSplitKey ( $key, $expect) | |
XhprofData::splitKey provideSplitKey. | |
Protected Member Functions | |
assertArrayStructure ( $struct, $actual, $label=null) | |
Assert that the given array has the described structure. | |
getXhprofDataFixture (array $opts=[]) | |
Get an Xhprof instance that has been primed with a set of known testing data. | |
Definition at line 25 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 266 of file XhprofDataTest.php.
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 212 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 | ( | ) |
Definition at line 171 of file XhprofDataTest.php.
References $last, $path, $value, as, getXhprofDataFixture(), list, and XhprofData\splitKey().
XhprofDataTest::testEdges | ( | ) |
XhprofData::getCallers XhprofData::getCallees.
Definition at line 156 of file XhprofDataTest.php.
References getXhprofDataFixture().
XhprofDataTest::testInclude | ( | ) |
Definition at line 51 of file XhprofDataTest.php.
References 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().