function simpletest_deprecation_test_simpletest_alter
Implements hook_simpletest_alter().
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 13
Code
function simpletest_deprecation_test_simpletest_alter(&$groups) {
// No-op.
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.