You are here

protected function GoutteConfig::supportsJs 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::supportsJs()

Whether the JS tests should run or no.

Return value

bool

Overrides AbstractConfig::supportsJs

File

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

Class

GoutteConfig

Namespace

Behat\Mink\Tests\Driver

Code

protected function supportsJs() {
  return false;
}