function hook_test_group_started in Drupal 7
Same name and namespace in other branches
- 8 core/modules/simpletest/simpletest.api.php \hook_test_group_started()
A test group has started.
This hook is called just once at the beginning of a test group.
Related topics
1 invocation of hook_test_group_started()
- simpletest_run_tests in modules/
simpletest/ simpletest.module - Actually runs tests.
File
- modules/
simpletest/ simpletest.api.php, line 33 - Hooks provided by the SimpleTest module.
Code
function hook_test_group_started() {
}