You are here

public static function SimpleLdapUserPasswordResetTestCase::getInfo in Simple LDAP 7

Same name and namespace in other branches
  1. 7.2 simple_ldap_user/simple_ldap_user.test \SimpleLdapUserPasswordResetTestCase::getInfo()

Inherited parent::getInfo().

File

simple_ldap_user/simple_ldap_user.test, line 1012
Tests for Simple LDAP User module.

Class

SimpleLdapUserPasswordResetTestCase

Code

public static function getInfo() {
  return array(
    'name' => 'User password change',
    'description' => 'Ensure that a user can change their password and that it is updated in LDAP.',
    'group' => 'Simple LDAP User',
  );
}