Skip to content

Instantly share code, notes, and snippets.

@samnela
Created June 18, 2017 14:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samnela/2d89264c183592c6ce0dbf0e5c23e750 to your computer and use it in GitHub Desktop.
Save samnela/2d89264c183592c6ce0dbf0e5c23e750 to your computer and use it in GitHub Desktop.
lil boost for functional test in symfony
# add in config_test.yml
security:
encoders:
AppBundle\Entity\User:
algorithm: md5 # or plaintext if you don't care ( win more seconds with plaintext )
encode_as_base64: false
iterations: 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment