public function GoutteConfig::createDriver in Zircon Profile 8
Same name and namespace in other branches
- 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
Namespace
Behat\Mink\Tests\DriverCode
public function createDriver() {
return new GoutteDriver();
}