function simpletest_deprecation_test_test_group_started

Implements hook_test_group_started().

This hook is deprecated and should trigger a deprecation error when invoked.

File

core/modules/simpletest/tests/modules/simpletest_deprecation_test/simpletest_deprecation_test.module, line 22

Code

function simpletest_deprecation_test_test_group_started() {
    // No-op.
}

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