You are here

function update_test_failing_update_8002 in Drupal 9

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

A further update.

File

core/modules/system/tests/modules/update_test_failing/update_test_failing.install, line 20
Contains a failing update hook for testing the update system.

Code

function update_test_failing_update_8002() {

  // This hook won't ever run.
}