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
toboolean
to be compatible with psalm type checking