You are here

function module_test_post_update_test in Drupal 10

Same name and namespace in other branches
  1. 8 core/modules/system/tests/modules/module_test/module_test.post_update.php \module_test_post_update_test()
  2. 9 core/modules/system/tests/modules/module_test/module_test.post_update.php \module_test_post_update_test()

Test post update function.

2 string references to 'module_test_post_update_test'
InstallTest::testRequiredModuleSchemaVersions in core/modules/system/tests/src/Functional/Module/InstallTest.php
Tests recorded schema versions of early installed modules in the installer.
InstallTest::testUninstallPostUpdateFunctions in core/modules/system/tests/src/Functional/Module/InstallTest.php
Ensures that post update functions are removed on uninstall.

File

core/modules/system/tests/modules/module_test/module_test.post_update.php, line 11
Post update functions for test module.

Code

function module_test_post_update_test() {
}