protected function ExpectationException::getDriver in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/behat/mink/src/Exception/ExpectationException.php \Behat\Mink\Exception\ExpectationException::getDriver()
Returns driver.
Return value
File
- vendor/
behat/ mink/ src/ Exception/ ExpectationException.php, line 88
Class
- ExpectationException
- Exception thrown for failed expectations.
Namespace
Behat\Mink\ExceptionCode
protected function getDriver() {
return $this->driver;
}