[SecurityBundle] Removing an old configuration key in a test - caught by the Configuration validation.

This commit is contained in:
Ryan Weaver 2011-02-18 13:36:10 -06:00
parent a334a576cf
commit b20ee0fb71

View File

@ -18,7 +18,6 @@ security:
users:
foo: { password: foo, roles: 'ROLE_USER, ROLE_ADMIN' }
basic:
password_encoder: sha1
users:
foo: { password: 0beec7b5ea3f0fdbc95d0dd47f3c5bc275da8a33, roles: ROLE_SUPER_ADMIN }
bar: { password: 0beec7b5ea3f0fdbc95d0dd47f3c5bc275da8a33, roles: [ROLE_USER, ROLE_ADMIN] }