You are here

public function GoutteConfig::createDriver in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/behat/mink-goutte-driver/tests/GoutteConfig.php \Behat\Mink\Tests\Driver\GoutteConfig::createDriver()

Creates driver instance.

Return value

DriverInterface

Overrides AbstractConfig::createDriver

File

vendor/behat/mink-goutte-driver/tests/GoutteConfig.php, line 17

Class

GoutteConfig

Namespace

Behat\Mink\Tests\Driver

Code

public function createDriver() {
  return new GoutteDriver();
}