From b20ee0fb715bdc18b43a6a51f27cf1aeceef26a5 Mon Sep 17 00:00:00 2001 From: Ryan Weaver Date: Fri, 18 Feb 2011 13:36:10 -0600 Subject: [PATCH] [SecurityBundle] Removing an old configuration key in a test - caught by the Configuration validation. --- .../Tests/DependencyInjection/Fixtures/yml/container1.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/yml/container1.yml b/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/yml/container1.yml index 7c1ee389c7..2038079f5c 100644 --- a/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/yml/container1.yml +++ b/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/yml/container1.yml @@ -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] }