Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
ExpectationException.php
function ExpectationException::getDriver
Returns driver.
Return value
DriverInterface
File
vendor/
behat/
mink/
src/
Exception/
ExpectationException.php
, line 94
Class
ExpectationException
Exception thrown for failed expectations.
Namespace
Behat\Mink\Exception
Code
protected
function
getDriver
() {
return
$this
->
driver
; }
RSS feed