You are here

public static function PasswordPolicyUITestCase::getInfo in Password Policy 7.2

Implements DrupalWebTestCase::getInfo().

File

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

Class

PasswordPolicyUITestCase
Test case to verify accuracy of each available policy condition.

Code

public static function getInfo() {
  return array(
    'name' => 'Password Policy UI',
    'description' => 'Test the Password Policy user interface.',
    'group' => 'Password Policy',
  );
}