Skip to content
Snippets Groups Projects
Commit cec21a67 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2194357 by alexpott, Berdir: CacheArray::__destruct() invoked after...

Issue #2194357 by alexpott, Berdir: CacheArray::__destruct() invoked after test tables have been removed.
parent f451e3d9
No related branches found
No related tags found
No related merge requests found
......@@ -1148,6 +1148,10 @@ private function restoreEnvironment() {
}
}
// Sleep for 50ms to allow shutdown functions and terminate events to
// complete. Further information: https://drupal.org/node/2194357.
usleep(50000);
// Remove all prefixed tables.
// @todo Connection prefix info is not normalized into an array.
$original_connection_info = Database::getConnectionInfo('simpletest_original_default');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment