Behatch / contexts

Behat extension with most custom helper steps
Other
394 stars 203 forks source link

Fix Mink 1.7+ deprecations #223

Closed elkangaroo closed 6 years ago

elkangaroo commented 6 years ago

The ExpectationException expects the driver instead of the session since Mink 1.7.

{code} Passing a Session object to the ExpectationException constructor is deprecated as of Mink 1.7. Pass the driver instead. {code}

sanpii commented 6 years ago

Can you rebase your PR on master, I fixed the build.

elkangaroo commented 6 years ago

Rebase is done.

sanpii commented 6 years ago

Thank you.