Rename test to be clearer about its intent

Co-Authored-By: Guy Marriott <guy@scopey.co.nz>
This commit is contained in:
Robbie Averill 2019-08-16 09:49:36 +12:00 committed by GitHub
parent bae7e32680
commit 11a7d6ccb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1572,7 +1572,7 @@ class MemberTest extends FunctionalTest
$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
Member::set_password_validator(new MemberTest\VerySpecificPasswordValidator());