You are here

function update_test_last_removed_update_8003 in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/system/tests/modules/update_test_last_removed/update_test_last_removed.install \update_test_last_removed_update_8003()

Dummy update function to run during the tests.

File

core/modules/system/tests/modules/update_test_last_removed/update_test_last_removed.install, line 18
Update functions for the update_test_last_removed module.

Code

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