You are here

function update_script_test_update_7000 in Drupal 7

Dummy update function to run during the tests.

File

modules/simpletest/tests/update_script_test.install, line 56
Install, update and uninstall functions for the update_script_test module.

Code

function update_script_test_update_7000() {
  return t('The update_script_test_update_7000() update was executed successfully.');
}