hook_test_group_finished

  1. drupal
    1. 7
Versions
7 hook_test_group_finished()

A test group has finished.

This hook is called just once at the end of a test group.

Related topics

Code

drupal/modules/simpletest/simpletest.api.php, line 42

<?php
function hook_test_group_finished() { }
?>