mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Rename test to be clearer about its intent
Co-Authored-By: Guy Marriott <guy@scopey.co.nz>
This commit is contained in:
parent
bae7e32680
commit
11a7d6ccb4
@ -1572,7 +1572,7 @@ class MemberTest extends FunctionalTest
|
|||||||
$this->assertSame('en_US', $newMember->Locale, 'New members receive the default locale');
|
$this->assertSame('en_US', $newMember->Locale, 'New members receive the default locale');
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testChangePasswordHashesPasswordsOnce()
|
public function testChangePasswordOnlyValidatesPlaintext()
|
||||||
{
|
{
|
||||||
// This validator requires passwords to be 17 characters long
|
// This validator requires passwords to be 17 characters long
|
||||||
Member::set_password_validator(new MemberTest\VerySpecificPasswordValidator());
|
Member::set_password_validator(new MemberTest\VerySpecificPasswordValidator());
|
||||||
|
Loading…
Reference in New Issue
Block a user