1.8.0
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-selector4 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
counton 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-testsuiteto run driver tests instead.
Misc:
- Changed phpdoc types from
Booleantobooleanto be compatible with psalm type checking