You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 2, 2026. It is now read-only.
The best Test baseclass to work with the container is
WebTestCase.However calling
$this->getKernel()just returnsnull. Expected here either get the kernel or throw an exception.Then to create the kernel the only option is to do
$this->createClient()which gets a client which is useless if you just want the kernel.Last a convenience function to access the container would be nice, perhaps
->get()like in symfony controllers to get services.