Issue #1882584 by Berdir: Improve concurrent testing by avoiding unecessary persistent rebuilds.
parent
ba7b4570ea
commit
fcf8c1b207
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue