function hook_test_finished in SimpleTest 7
Same name and namespace in other branches
- 8.3 simpletest.api.php \hook_test_finished()
- 7.2 simpletest.api.php \hook_test_finished()
An individual test has finished.
This hook is called when an individual test has finished.
Parameters
$results The results of the test as gathered by DrupalWebTestCase.:
See also
DrupalWebTestCase->results
1 invocation of hook_test_finished()
- _simpletest_batch_operation in ./
simpletest.module - Batch operation callback.
File
- ./
simpletest.api.php, line 39 - Hooks provided by the SimpleTest module.
Code
function hook_test_finished($results) {
}