<?php/**
* @file
* This file provides testing functionality for update.php.
*//**
* Implements hook_cache_flush().
*
* This sets a message to confirm that all caches are cleared whenever
* update.php completes.
*
* @see UpdateScriptFunctionalTest::testRequirements()
*/functionupdate_script_test_cache_flush() {
drupal_set_message(t('hook_cache_flush() invoked for update_script_test.module.'));
}