minkphp / MinkGoutteDriver

Goutte driver for Mink framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issues on MinkExtension and MinkGoutteDriver

jingcleovil opened this issue · comments

Hi,

I am fixing this issue since yesterday. This was happened after composer update.

See attached photo.

screen shot 2014-12-10 at 9 20 44 am

commented

That is correct error message. Are you sure you're not using Goutte 2.x with MinkExtension 1.3?

MinkGoutteDriver supports both Goutte 1.X and Goutte 2.x. However, the MinkExtension for Behat 2.5 does not support configuring Goutte 2.x. This has only been added in the version for Behat 3.x.
so you will need to restrict Goutte to force Composer to use 1.x

Hi @stof

Issue already been fixed. I adjusted the version of mink-extension to lower one.

Thanks.