function common_test_cron_helper_cron
Same name in other branches
- 9 core/modules/system/tests/modules/common_test_cron_helper/common_test_cron_helper.module \common_test_cron_helper_cron()
- 8.9.x core/modules/system/tests/modules/common_test_cron_helper/common_test_cron_helper.module \common_test_cron_helper_cron()
- 10 core/modules/system/tests/modules/common_test_cron_helper/common_test_cron_helper.module \common_test_cron_helper_cron()
- 11.x core/modules/system/tests/modules/common_test_cron_helper/common_test_cron_helper.module \common_test_cron_helper_cron()
Implements hook_cron().
common_test_cron() throws an exception, but the execution should reach this function as well.
See also
File
-
modules/
simpletest/ tests/ common_test_cron_helper.module, line 15
Code
function common_test_cron_helper_cron() {
variable_set('common_test_cron', 'success');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.