You are here

public function WebAssert::__construct in Zircon Profile 8

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

Initializes assertion engine.

Parameters

Session $session:

File

vendor/behat/mink/src/WebAssert.php, line 37

Class

WebAssert
Mink web assertions tool.

Namespace

Behat\Mink

Code

public function __construct(Session $session) {
  $this->session = $session;
}