Created
February 19, 2016 18:40
-
-
Save neclimdul/09b0dc0d49cd81d7f848 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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