You are here

function hook_test_group_finished in SimpleTest 7.2

Same name and namespace in other branches
  1. 8.3 simpletest.api.php \hook_test_group_finished()
  2. 7 simpletest.api.php \hook_test_group_finished()

A test group has finished.

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

1 invocation of hook_test_group_finished()
_simpletest_batch_finished in ./simpletest.module

File

./simpletest.api.php, line 41
Hooks provided by the SimpleTest module.

Code

function hook_test_group_finished() {
}