class GoutteConfig in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/behat/mink-goutte-driver/tests/GoutteConfig.php \Behat\Mink\Tests\Driver\GoutteConfig
Hierarchy
- class \Behat\Mink\Tests\Driver\AbstractConfig
- class \Behat\Mink\Tests\Driver\GoutteConfig
Expanded class hierarchy of GoutteConfig
File
- vendor/
behat/ mink-goutte-driver/ tests/ GoutteConfig.php, line 7
Namespace
Behat\Mink\Tests\DriverView source
class GoutteConfig extends AbstractConfig {
public static function getInstance() {
return new self();
}
/**
* {@inheritdoc}
*/
public function createDriver() {
return new GoutteDriver();
}
protected function supportsJs() {
return false;
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
AbstractConfig:: |
public | function | Gets the base url to the fixture folder. | 1 |
AbstractConfig:: |
public | function | Map remote file path. | |
AbstractConfig:: |
public | function | ||
AbstractConfig:: |
protected | function | Whether the CSS tests should run or no. | |
GoutteConfig:: |
public | function |
Creates driver instance. Overrides AbstractConfig:: |
|
GoutteConfig:: |
public static | function | ||
GoutteConfig:: |
protected | function |
Whether the JS tests should run or no. Overrides AbstractConfig:: |