You are here

public static function PasswordStrengthTestCase::getInfo in Password Strength 6.2

Same name and namespace in other branches
  1. 7 tests/password_strength.test \PasswordStrengthTestCase::getInfo()

File

tests/password_strength.test, line 26
Tests for password strength module.

Class

PasswordStrengthTestCase
Tests the functionality of the Password Strength module.

Code

public static function getInfo() {
  return array(
    'name' => 'Password strength required score',
    'description' => 'Test password strength module functionality.',
    'group' => 'Password strength',
  );
}