1 update_script_test.install update_script_test_update_1000()

Dummy update function to run during the tests.

File

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

Code

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