File
- drupal/core/modules/user/lib/Drupal/user/Tests/UserPasswordResetTest.php, line 23
- Definition of Drupal\user\Tests\UserPasswordResetTest.
Class
- UserPasswordResetTest
- Tests resetting a user password.
Namespace
Drupal\user\Tests
Code
public static function getInfo() {
return array(
'name' => 'Reset password',
'description' => 'Ensure that password reset methods work as expected.',
'group' => 'User',
);
}