Issue #1882584 by Berdir: Improve concurrent testing by avoiding unecessary persistent rebuilds.

8.0.x
webchick 2013-01-08 22:38:39 -08:00
parent ba7b4570ea
commit fcf8c1b207
1 changed files with 0 additions and 12 deletions

View File

@ -900,18 +900,6 @@ abstract class WebTestBase extends TestBase {
$this->loggedInUser = FALSE;
$this->additionalCurlOptions = array();
// Reload module list and implementations to ensure that test module hooks
// aren't called after tests.
system_list_reset();
module_list_reset();
module_implements_reset();
// Reset the Field API.
field_cache_clear();
// Rebuild caches.
$this->refreshVariables();
// Close the CURL handler.
$this->curlClose();
}