function hook_test_group_finished in SimpleTest 7
Same name and namespace in other branches
- 8.3 simpletest.api.php \hook_test_group_finished()
- 7.2 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()
File
- ./
simpletest.api.php, line 26 - Hooks provided by the SimpleTest module.
Code
function hook_test_group_finished() {
}