public function WebAssert::__construct in Zircon Profile 8
Same name and namespace in other branches
- 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\MinkCode
public function __construct(Session $session) {
$this->session = $session;
}