function hook_test_group_finished

Same name in other branches
  1. 8.9.x core/modules/simpletest/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

1 invocation of hook_test_group_finished()
_simpletest_batch_finished in modules/simpletest/simpletest.module
Implements callback_batch_finished().

File

modules/simpletest/simpletest.api.php, line 41

Code

function hook_test_group_finished() {
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.