vipsoft / DoctrineDataFixturesExtension

Doctrine Data Fixtures Extension for Behat
MIT License
21 stars 35 forks source link

Behat 3 #43

Closed arnaugm closed 9 years ago

arnaugm commented 9 years ago

I've been using this extension for quite long time as it results pretty useful. Recently I've been trying to migrate my suites to Behat3. Is there any plan on making it compatible with the new version?

Thanks

arnaugm commented 9 years ago

Sorry I was confused by the composer message, I've been able to install it using

"behat/symfony2-extension": "~2.0@dev",
"vipsoft/doctrine-data-fixtures-extension": "dev-master",

Would it be possible to use proper tags to avoid the confusion?

stof commented 9 years ago

@robocoder is there anything preventing to tag a 3.0 version of the extension ?

robocoder commented 9 years ago

@stof Not that I know of, but I haven't had time to regression test. PR welcome to update the composer dependencies to the minimum compatible version.

Spomky commented 9 years ago

Is there any news concerning this issue?