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
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: