protected function AbstractConfig::supportsJs in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/behat/mink/driver-testsuite/tests/AbstractConfig.php \Behat\Mink\Tests\Driver\AbstractConfig::supportsJs()
Whether the JS tests should run or no.
Return value
bool
1 call to AbstractConfig::supportsJs()
- AbstractConfig::skipMessage in vendor/
behat/ mink/ driver-testsuite/ tests/ AbstractConfig.php
2 methods override AbstractConfig::supportsJs()
- BrowserKitConfig::supportsJs in vendor/
behat/ mink-browserkit-driver/ tests/ BrowserKitConfig.php - Whether the JS tests should run or no.
- GoutteConfig::supportsJs in vendor/
behat/ mink-goutte-driver/ tests/ GoutteConfig.php - Whether the JS tests should run or no.
File
- vendor/
behat/ mink/ driver-testsuite/ tests/ AbstractConfig.php, line 69
Class
Namespace
Behat\Mink\Tests\DriverCode
protected function supportsJs() {
return true;
}