Mercurial > hg > rr-repo
view modules/simpletest/tests/common_test_cron_helper.module @ 6:a75ead649730
added biblio, admin_menu and reference modules
author | danieleb <danielebarchiesi@me.com> |
---|---|
date | Fri, 20 Sep 2013 11:18:21 +0100 |
parents | ff03f76ab3fe |
children |
line wrap: on
line source
<?php /** * @file * Helper module for the testCronExceptions in addition to common_test module. */ /** * Implements hook_cron(). * * common_test_cron() throws an exception, but the execution should reach this * function as well. * * @see common_test_cron() */ function common_test_cron_helper_cron() { variable_set('common_test_cron', 'success'); }