mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
Fix user migration
This commit is contained in:
@@ -181,7 +181,6 @@ class NativeAuthenticationTest extends \PhraseanetTestCase
|
||||
$user->expects($this->any())->method('isSaltedPassword')->will($this->returnValue(false));
|
||||
$user->expects($this->any())->method('getPassword')->will($this->returnValue($encoded));
|
||||
$user->expects($this->any())->method('getNonce')->will($this->returnValue($nonce));
|
||||
$user->expects($this->once())->method('setSaltedPassword')->with($this->equalTo(true));
|
||||
|
||||
$manipulator = $this->getUserManipulatorMock($user);
|
||||
|
||||
|
Reference in New Issue
Block a user