Skip to content
Snippets Groups Projects
Commit 6dee32f9 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #500270 by boombatower: properly delete variables in hook_uninstall().

parent 1430e8ba
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -105,10 +105,9 @@ function simpletest_uninstall() {
simpletest_clean_environment();
// Remove settings variables.
variable_del('simpletest_httpauth');
variable_del('simpletest_httpauth_username');
variable_del('simpletest_httpauth_pass');
variable_del('simpletest_devel');
variable_del('simpletest_username');
variable_del('simpletest_password');
variable_del('simpletest_clear_results');
variable_del('simpletest_verbose');
// Uninstall schema.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment