You are here

class GoutteConfig 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

Hierarchy

Expanded class hierarchy of GoutteConfig

File

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

Namespace

Behat\Mink\Tests\Driver
View 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

Namesort descending Modifiers Type Description Overrides
AbstractConfig::getWebFixturesUrl public function Gets the base url to the fixture folder. 1
AbstractConfig::mapRemoteFilePath public function Map remote file path.
AbstractConfig::skipMessage public function
AbstractConfig::supportsCss protected function Whether the CSS tests should run or no.
GoutteConfig::createDriver public function Creates driver instance. Overrides AbstractConfig::createDriver
GoutteConfig::getInstance public static function
GoutteConfig::supportsJs protected function Whether the JS tests should run or no. Overrides AbstractConfig::supportsJs