From a3daea1f8a0c0266df149c29d40f632deee79bc8 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 12 Nov 2010 03:06:52 +0000 Subject: - Patch #968476 by Dave Reid: use proper API for removing directory on uninstall. --- modules/simpletest/drupal_web_test_case.php | 1 - 1 file changed, 1 deletion(-) (limited to 'modules/simpletest/drupal_web_test_case.php') diff --git a/modules/simpletest/drupal_web_test_case.php b/modules/simpletest/drupal_web_test_case.php index 534affd70..ecdff06ff 100644 --- a/modules/simpletest/drupal_web_test_case.php +++ b/modules/simpletest/drupal_web_test_case.php @@ -1364,7 +1364,6 @@ class DrupalWebTestCase extends DrupalTestCase { // Remove all prefixed tables (all the tables in the schema). $schema = drupal_get_schema(NULL, TRUE); - $ret = array(); foreach ($schema as $name => $table) { db_drop_table($name); } -- cgit v1.2.3