diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-03-29 23:14:53 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-03-29 23:14:53 +0000 |
commit | 2feffc2d61bf8b022f28e51dbea313602706661d (patch) | |
tree | 50eba8a2f9a694a6be4ec8ffdf3a892ff80eadf0 /modules | |
parent | 3c8f1540e15e7a6cbd0374eb048f4d36284ee8d6 (diff) | |
download | brdo-2feffc2d61bf8b022f28e51dbea313602706661d.tar.gz brdo-2feffc2d61bf8b022f28e51dbea313602706661d.tar.bz2 |
#415762 by boombatower: Clean SimpleTest environment on module uninstall.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/simpletest/simpletest.install | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/simpletest/simpletest.install b/modules/simpletest/simpletest.install index 94a8d6960..b61416093 100644 --- a/modules/simpletest/simpletest.install +++ b/modules/simpletest/simpletest.install @@ -92,6 +92,8 @@ function simpletest_get_file_count($directory, $filename) { * Implementation of hook_uninstall(). */ function simpletest_uninstall() { + simpletest_clean_environment(); + variable_del('simpletest_httpauth'); variable_del('simpletest_httpauth_username'); variable_del('simpletest_httpauth_pass'); |