protected function BrowserKitConfig::supportsJs in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/behat/mink-browserkit-driver/tests/BrowserKitConfig.php \Behat\Mink\Tests\Driver\BrowserKitConfig::supportsJs()
Whether the JS tests should run or no.
Return value
bool
Overrides AbstractConfig::supportsJs
File
- vendor/
behat/ mink-browserkit-driver/ tests/ BrowserKitConfig.php, line 33
Class
Namespace
Behat\Mink\Tests\DriverCode
protected function supportsJs() {
return false;
}