Differences Between: [Versions 310 and 402] [Versions 311 and 402] [Versions 39 and 402] [Versions 400 and 402]
(no description)
File Size: | 245 lines (10 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
xhprof_test:: (6 methods):
setUpBeforeClass()
profiling_string_matches_provider()
test_profiling_string_matches()
run_data_provider()
test_xhprof_topo_sort()
test_reduce_run_data()
Class: xhprof_test - X-Ref
Unit tests for the xhprof class.setUpBeforeClass() X-Ref |
No description |
profiling_string_matches_provider() X-Ref |
Data provider for string matches return: array |
test_profiling_string_matches($string, $patterns, $expected) X-Ref |
Test the matching syntax param: string $string param: string $patterns param: bool $expected |
run_data_provider() X-Ref |
Data provider for both the topological sort and the data reduction tests. return: array |
test_xhprof_topo_sort(array $rundata, array $expectations) X-Ref |
Test that topologically sorting the run data works as expected param: array $rundata The run data to be sorted. param: array $expectations The expected results. |
test_reduce_run_data(array $rundata, array $expectations) X-Ref |
Test that reducing the data complexity works as expected param: array $rundata The run data to be reduced. param: array $expectations The expected results. |