You are here

function hook_test_group_started in SimpleTest 7

Same name and namespace in other branches
  1. 8.3 simpletest.api.php \hook_test_group_started()
  2. 7.2 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.

1 invocation of hook_test_group_started()
simpletest_run_tests in ./simpletest.module
Actually runs tests.

File

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

Code

function hook_test_group_started() {
}