$tests
$tests : array
Stores the tests that we are to run.
Iterator for debugging.
run(integer $iterations = 1000, boolean $output = true) : string|null
Runs through all of the tests that have been added, recording time to execute the desired number of iterations, and the approximate memory usage used during those iterations.
integer | $iterations | |
boolean | $output |
Loading…