function hook_test_group_finished

A test group has finished.

This hook is called just once at the end of a test group.

Related topics

1 invocation of hook_test_group_finished()
_simpletest_batch_finished in drupal-7.x/modules/simpletest/simpletest.module

Archivo

drupal-7.x/modules/simpletest/simpletest.api.php, line 41
Hooks provided by the SimpleTest module.

Código

function hook_test_group_finished() {
}