// Destroy the testing kernel.
if (isset($this->kernel
)) { $this->
cleanupEnvironment();
$this->kernel->
shutdown();
} // Ensure that internal logged in variable is reset.
$this->loggedInUser = FALSE;
if ($this->mink
) { $this->mink->
stopSessions();
} // Restore original shutdown callbacks.
if (function_exists('drupal_register_shutdown_function'
)) { $callbacks = &
drupal_register_shutdown_function();
$callbacks =
$this->originalShutdownCallbacks;
} } /**
* Returns Mink session.
*
* @param string $name
* (optional) Name of the session. Defaults to the active session.
*
* @return \Behat\Mink\Session
* The active Mink session object.
*/