You are here

function simpletest_deprecation_test_test_group_started in SimpleTest 8.3

Implements hook_test_group_started().

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

File

tests/modules/simpletest_deprecation_test/simpletest_deprecation_test.module, line 22
Mock module for testing simpletest.

Code

function simpletest_deprecation_test_test_group_started() {

  // No-op.
}