You are here

public static function PasswordPolicyForcePasswordChangeTestCase::getInfo in Password Policy 6

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

File

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

Class

PasswordPolicyForcePasswordChangeTestCase

Code

public static function getInfo() {
  return array(
    'name' => 'Forced password changes',
    'description' => 'Test forced password changes for single user, role, and all new users.',
    'group' => 'Password Policy',
  );
}