Behat / YiiExtension

Yii framework integration extension for Behat
MIT License
27 stars 8 forks source link

behat 3 #13

Open MichaelKubovic opened 7 years ago

MichaelKubovic commented 7 years ago

Hi, I've updated this extension for the latest Behat. Please have a look if this is something you'd like to merge.

stof commented 7 years ago

The branch-alias in the composer.json needs to be bumped to 2.0.x-dev, because this is a BC break for the extension itself (which is fine, as long as we advocate it properly)

stof commented 7 years ago

This extension is alos registering the WUnitDriver for Mink, which has been marked as unmaintained (the WUnit implementation itself looked unmaintained last time I checked, and not even compatible with composer properly). Are you using it or no ?

MichaelKubovic commented 7 years ago

Not using wunit at all, removed it from package + updated readme.