diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-07-08 07:23:23 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-07-08 07:23:23 +0000 |
commit | f0f1805e34320587eaa09bb661d31f4cdfa45007 (patch) | |
tree | 34f1f0b1bac5c01b8dfed0437c1fd28779a4440b /modules/simpletest/simpletest.install | |
parent | f9bdd7ae9e049bdb9cabda964f968081a45acafc (diff) | |
download | brdo-f0f1805e34320587eaa09bb661d31f4cdfa45007.tar.gz brdo-f0f1805e34320587eaa09bb661d31f4cdfa45007.tar.bz2 |
- Patch #500280 by boombatower, Dries: provide verbose mode for testing.
Diffstat (limited to 'modules/simpletest/simpletest.install')
-rw-r--r-- | modules/simpletest/simpletest.install | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/simpletest/simpletest.install b/modules/simpletest/simpletest.install index 1a79a7979..6f21ae54a 100644 --- a/modules/simpletest/simpletest.install +++ b/modules/simpletest/simpletest.install @@ -109,6 +109,7 @@ function simpletest_uninstall() { variable_del('simpletest_httpauth_username'); variable_del('simpletest_httpauth_pass'); variable_del('simpletest_devel'); + variable_del('simpletest_verbose'); // Uninstall schema. drupal_uninstall_schema('simpletest'); |