Skip to content

Instantly share code, notes, and snippets.

@neclimdul
Created February 19, 2016 18:40
Show Gist options
  • Save neclimdul/09b0dc0d49cd81d7f848 to your computer and use it in GitHub Desktop.
Save neclimdul/09b0dc0d49cd81d7f848 to your computer and use it in GitHub Desktop.
<?php
class myTest extends BrowserTestBase {
/**
* @{@inheritdoc}
*/
protected function tearDown() {
if (function_exists('_drupal_shutdown_function')) {
_drupal_shutdown_function();
$callback = &drupal_register_shutdown_function();
$callback = [];
}
parent::tearDown();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment