From 11a7d6ccb4c2bb416dd58261d46b6e70fa8ad0d9 Mon Sep 17 00:00:00 2001 From: Robbie Averill Date: Fri, 16 Aug 2019 09:49:36 +1200 Subject: [PATCH] Rename test to be clearer about its intent Co-Authored-By: Guy Marriott --- tests/php/Security/MemberTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/php/Security/MemberTest.php b/tests/php/Security/MemberTest.php index eeea8022e..16ba5bdc5 100644 --- a/tests/php/Security/MemberTest.php +++ b/tests/php/Security/MemberTest.php @@ -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());