AlkantarClanX12

Your IP : 216.73.217.128


Current Path : /var/www/concellodapobradobrollon.gal/web/modules/system/tests/
Upload File :
Current File : //var/www/concellodapobradobrollon.gal/web/modules/system/tests/system_cron_test.module

<?php

/**
 * @file
 * Helper module for CronRunTestCase::testCronCacheExpiration().
 */

/**
 * Implements hook_flush_caches().
 */
function system_cron_test_flush_caches() {
  // Set a variable to indicate that this hook was invoked.
  variable_set('system_cron_test_flush_caches', 1);
  return array();
}