You are here

protected function ExpectationException::getDriver in Zircon Profile 8

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

Returns driver.

Return value

DriverInterface

File

vendor/behat/mink/src/Exception/ExpectationException.php, line 88

Class

ExpectationException
Exception thrown for failed expectations.

Namespace

Behat\Mink\Exception

Code

protected function getDriver() {
  return $this->driver;
}