5.1.0
Added
- Support for
phpunit/php-code-coverage
's static analysis cache introduced in v9.1. This can be configured via thecache
key in behat.yml, otherwise defaults tosys_get_temp_dir() . '/behat-code-coverage-cache'
Changed
- Minimum
phpunit/php-code-coverage
version bumped to 9.1
Removed
- Support for Symfony 3.4, in alignment with Behat/Behat#1296