| Versions | |
|---|---|
| 7 | hook_test_finished($results) |
An individual test has finished.
This hook is called when an individual test has finished.
$results The results of the test as gathered by DrupalWebTestCase.
DrupalWebTestCase->results
drupal/
<?php
function hook_test_finished($results) { }
?>