You are here

public function Session::stop in Zircon Profile 8.0

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

Stops session driver.

File

vendor/behat/mink/src/Session.php, line 76

Class

Session
Mink session.

Namespace

Behat\Mink

Code

public function stop() {
  $this->driver
    ->stop();
}