mirror of
https://github.com/FriendsOfSymfony/FOSAdvancedEncoderBundle.git
synced 2026-04-29 03:23:26 +02:00
fix constructor parameters for BCryptPasswordEncoder in Symfony 2.3
This commit is contained in:
@@ -71,7 +71,7 @@ class FOSAdvancedEncoderExtensionTest extends \PHPUnit_Framework_TestCase
|
||||
'custom' => new Reference('acme_demo.encoder'),
|
||||
'bcrypt' => array(
|
||||
'class' => new Parameter('security.encoder.bcrypt.class'),
|
||||
'arguments' => array(new Reference('security.secure_random'), 16),
|
||||
'arguments' => array(16),
|
||||
),
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user