You are here

function update_test_semver_update_n_update_8001 in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/system/tests/modules/update_test_semver_update_n/update_test_semver_update_n.install \update_test_semver_update_n_update_8001()

Update 8001.

1 string reference to 'update_test_semver_update_n_update_8001'
UpdatePathTestBaseTest::testUpdateHookN in core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBaseTest.php
Test that updates are properly run.

File

core/modules/system/tests/modules/update_test_semver_update_n/update_test_semver_update_n.install, line 11
Update hooks for the update_test_semver_update_n module.

Code

function update_test_semver_update_n_update_8001() {
  \Drupal::state()
    ->set('update_test_semver_update_n_update_8001', 'Yes, I was run. Thanks for testing!');
}