fix merge

This commit is contained in:
Nicolas Grekas 2018-06-15 10:15:34 +02:00
parent f658ed6d17
commit 6e0818db16

View File

@ -136,13 +136,11 @@ class SecurityExtensionTest extends TestCase
'some_firewall' => array(
'pattern' => '^/admin',
'http_basic' => null,
'logout_on_user_change' => true,
),
'stateless_firewall' => array(
'pattern' => '/.*',
'stateless' => true,
'http_basic' => null,
'logout_on_user_change' => true,
),
),
));