I'm actually testing a bundle that I created. All the code is fully unit tested but now, I want to test if my symfony2 services can be request without any trouble.
For that, I need the symfony2 dependency injection container in my test case. How can I do that ?