protected function GoutteConfig::supportsJs 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::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
Namespace
Behat\Mink\Tests\DriverCode
protected function supportsJs() {
return false;
}