ari-gold / WordPress-Behat-Quickstart

Automated testing for WordPress with Behat
12 stars 0 forks source link

Behat outdated #1

Open cauerego opened 8 years ago

cauerego commented 8 years ago

Following https://github.com/Behat/Behat/issues/689#issuecomment-144349592 I realised behat is outdated.

On composer you've forced Behat 2.4 and Mink 1.4. Any reason why? How should we proceed to update this?

ari-gold commented 8 years ago

Thanks for reporting this issue @cauerego!

I'll test upgrading Behat and Mink and report back.

cauerego commented 8 years ago

Oh... Meta BDD! :+1:

ari-gold commented 8 years ago

HI @cauerego

I submitted an issue to the Behat docs: https://github.com/Behat/docs/issues/90

In the meantime, it should be safe to ignore that deprecation notice. I just followed the guide (https://pantheon.io/docs/guides/automated-testing-wordpress-behat/) again on a new WordPress install again and it seemed to work fine.

cauerego commented 8 years ago

Yeah, my installation didn't seen to have any issues either, but me being new to all this as well I couldn't be sure.

And cool, now I see where you got the version from! :)

At this point, wouldn't it be better to update it to use 3 though? Asked about the same question there as well.