From 2feffc2d61bf8b022f28e51dbea313602706661d Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Sun, 29 Mar 2009 23:14:53 +0000 Subject: #415762 by boombatower: Clean SimpleTest environment on module uninstall. --- modules/simpletest/simpletest.install | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules') 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'); -- cgit v1.2.3