You are here

public static function GoutteConfig::getInstance 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::getInstance()

File

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

Class

GoutteConfig

Namespace

Behat\Mink\Tests\Driver

Code

public static function getInstance() {
  return new self();
}