GoutteConfig.php in Zircon Profile 8.0
Same filename and directory in other branches
Namespace
Behat\Mink\Tests\DriverFile
vendor/behat/mink-goutte-driver/tests/GoutteConfig.phpView source
<?php
namespace Behat\Mink\Tests\Driver;
use Behat\Mink\Driver\GoutteDriver;
class GoutteConfig extends AbstractConfig {
public static function getInstance() {
return new self();
}
/**
* {@inheritdoc}
*/
public function createDriver() {
return new GoutteDriver();
}
protected function supportsJs() {
return false;
}
}
Classes
Name | Description |
---|---|
GoutteConfig |