You are here

public function Mink::__destruct in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/behat/mink/src/Mink.php \Behat\Mink\Mink::__destruct()

Stops all started sessions.

File

vendor/behat/mink/src/Mink.php, line 44

Class

Mink
Mink sessions manager.

Namespace

Behat\Mink

Code

public function __destruct() {
  $this
    ->stopSessions();
}