function system_post_update_uninstall_simpletest
Uninstall SimpleTest.
See also
https://www.drupal.org/project/drupal/issues/3110862
File
- 
              core/modules/ system/ system.post_update.php, line 76 
Code
function system_post_update_uninstall_simpletest() {
  \Drupal::service('module_installer')->uninstall([
    'simpletest',
  ]);
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
