You are here

public static function PasswordPolicyConstraintsTestCase::getInfo in Password Policy 7.2

Implements DrupalWebTestCase::getInfo().

File

./password_policy.test, line 155
Unit tests for Password policy module.

Class

PasswordPolicyConstraintsTestCase
Test case to verify accuracy of each available policy constraint.

Code

public static function getInfo() {
  return array(
    'name' => 'Password constraints',
    'description' => 'Test password constraints.',
    'group' => 'Password Policy',
  );
}