minkphp / MinkGoutteDriver

Goutte driver for Mink framework
MIT License
300 stars 52 forks source link

Issues on MinkExtension and MinkGoutteDriver #55

Closed jingcleovil closed 9 years ago

jingcleovil commented 9 years ago

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

aik099 commented 9 years ago

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

stof commented 9 years ago

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

jingcleovil commented 9 years ago

Hi @stof

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

Thanks.