FriendsOfBehat / SymfonyExtension

:musical_score: Extension integrating Behat with Symfony.
MIT License
472 stars 62 forks source link

Revert mink parameters autoconfiguration #66

Closed pamil closed 5 years ago

pamil commented 5 years ago

According to #63 and #54, it looks like the way we used autoconfiguration to bind $minkParameters variable was abusing the Symfony's Dependency Injection API and is not officially supported. I'm removing that possibility, because it's very unstable and prevents library adoption.