mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
BUGFIX: Adjust EncryptAllPasswordsTask test to match API for BuildTask
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@96828 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
9f9c572306
commit
529eee8040
@ -11,7 +11,7 @@ class EncryptAllPasswordsTaskTest extends SapphireTest {
|
||||
$m->write();
|
||||
|
||||
$t = new EncryptAllPasswordsTask();
|
||||
$t->run();
|
||||
$t->run(null);
|
||||
|
||||
$m = DataObject::get_by_id('Member', $m->ID);
|
||||
$this->assertEquals($m->PasswordEncryption, 'sha1_v2.4');
|
||||
|
Loading…
Reference in New Issue
Block a user