function update_script_test_update_7000

7.x update_script_test.install update_script_test_update_7000()

Dummy update function to run during the tests.

File

drupal-7.x/modules/simpletest/tests/update_script_test.install, line 43
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.');
}