packagist behat/mink v1.8.0
1.8.0

latest releases: v1.12.0, dev-master, v1.11.0...
4 years ago

New features:

  • Auto-start the session on first call to visit. Mink::getSession() will no longer start the session automatically.
  • Added support for symfony/css-selector 4 and 5

Bug fixes:

  • Fixed the message when reporting the deprecation of ExpectationException::getSession()
  • Fixed support for XPath selectors using | inside strings or conditions rather than as a top-level union
  • Fixed compatibility with PHP 7.2 not allowing to use count on strings

Testsuite:

  • Added PHP 7.1, 7.2, 7.3 and 7.4 in the CI
  • Removed HHVM from CI as they stopped supporting PHP compatibility

Driver testsuite:

  • The driver testsuite is no longer part of this package. Use mink/driver-testsuite to run driver tests instead.

Misc:

  • Changed phpdoc types from Boolean to boolean to be compatible with psalm type checking

Don't miss a new mink release

NewReleases is sending notifications on new releases.