Behat / Symfony2Extension

Symfony2 extension for Behat
MIT License
392 stars 106 forks source link

Support Symfony5 #152

Closed MolloKhan closed 4 years ago

MolloKhan commented 5 years ago

Symfony5 is released now and we all want to start using it :)

piotrbrzezina commented 4 years ago

any news about this PR ?

olix21 commented 4 years ago

Can we help in any way this merge request?

titomiguelcosta commented 4 years ago

+1 for merging this PR

matlar83 commented 4 years ago

+1! Super excited to start using Symfony5 soon :-)

gonzalovilaseca commented 4 years ago

Any news about merging this PR?

adrienfr commented 4 years ago

Hello, do you need any help to merge this PR and release a new tag?

MICMathieu commented 4 years ago

Hi, we need you merge this PR please :)

MolloKhan commented 4 years ago

I don't have the rights to merge this PR, we need someone from the maintainers of behat/Symfony2Extension to do it

MICMathieu commented 4 years ago

@stof @everzet ?

chrisdejager commented 4 years ago

There are issues when I try the above changes in my own fork. It doesn't result in a installable set of packages you are using symfony version 5. Try forcing symfony version 5 to see what I mean.

Nek- commented 4 years ago

You should take a look at https://packagist.org/packages/friends-of-behat/symfony-extension

wouter-veltman commented 4 years ago

Can we get an update on this?

sroze commented 4 years ago

@everzet want to chip in? I don't have write permissions to this repo since you changed the organisation 😃

ruudk commented 4 years ago

Any news on this?

yusefauto1 commented 4 years ago

24th August 2020, any news and update on this?

MolloKhan commented 4 years ago

As @Nek- mentioned it. https://packagist.org/packages/friends-of-behat/symfony-extension is the way to go

yusefauto1 commented 4 years ago

Hi @larzuk91 . thanks a lot for your attention and quick reply. I saw that library. but really is disappointed instead of fixing refer to use another package. this is one of the bad things around the open-source world.

ciaranmcnulty commented 4 years ago

To make things clear and 'official', we are not going to be maintaining this extension going forwards.

The recommendation is to use the FriendsOfBehat one. In general we will be providing fewer extensions in the Behat/ namespace.

If migrating to FOB is not an option you can always fork this project into your own vendor

MolloKhan commented 4 years ago

Hey @yusefauto1, yea I feel you man but the good part is it's not that hard to do the change. All I had to do (besides installing the library) was to change the config with this:

default:
  extensions:
    FriendsOfBehat\SymfonyExtension:
      bootstrap: path/to/your/bootstrap.php

I'll close the ticket since it won't be implemented.

rpkamp commented 4 years ago

To make things clear and 'official', we are not going to be maintaining this extension going forwards.

It would be useful to put that in the README and point people to the FriendsOfBehat extension instead, to prevent wasting their time installing something that they'll have to replace later.

Also, it would be nice if this were indicated on the composer package as well.