function hook_test_group_started
Same name in other branches
- 8.9.x 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
Code
function hook_test_group_started() {
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.