function update_script_test_update_8000

Dummy update function to run during the tests.

File

drupal/core/modules/system/tests/modules/update_script_test/update_script_test.install, line 43
Install, update and uninstall functions for the update_script_test module.

Code

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