1 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.
Related topics
File
- core/
modules/ simpletest/ simpletest.api.php, line 40 - Hooks provided by the SimpleTest module.
Code
function hook_test_group_finished() {
}