I'm trying to find the best approach to setup functional tests for my app that uses this bundle. One of the approaches in the Symfony docs is to manually create a security token and then assign it to the security context.
The token used by this bundle is a bit more complicated than the standard UsernamePasswordToken used in the example.
I'm trying to find the best approach to setup functional tests for my app that uses this bundle. One of the approaches in the Symfony docs is to manually create a security token and then assign it to the security context.
The token used by this bundle is a bit more complicated than the standard
UsernamePasswordTokenused in the example.