-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integration with CrossContainerExtension - docs? #20
Comments
+1 I pressume the idea with CrossContainerExtension is that it allows you to use services belonging to the kernel's container including the entity manager etc. Unfortunately the repo doesn't explain in anyway how to use it. Since Symfony 4 makes all services private by default, behat has become pretty useless because you can't access those services you need to create test data or interact with the application in any way. |
Hi, I like the FOB projects but the lack of documentation is really an issue here. I don't know how to inject the entity manager to a behat service and I didn't find any documentation about it |
@jcornide there is an open issue regarding this on the symfony behat extension which you might want to follow: Behat/Symfony2Extension#128 |
CrossContainerExtension is now deprecated, please take a look at the brand new FOB/SymfonyExtension v2 which solves issues with private services, autowiring and provides a smoother learning curve (and there are some docs)! |
No description provided.
The text was updated successfully, but these errors were encountered: