hook_test_group_started

  1. drupal
    1. 7
Versions
7 hook_test_group_started()

A test group has started.

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

Related topics

Code

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

<?php
function hook_test_group_started() { }
?>