You are here

public static function SimpleLdapUserModifyProfileWebTestCase::getInfo in Simple LDAP 7

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

Inherited parent::getInfo().

File

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

Class

SimpleLdapUserModifyProfileWebTestCase

Code

public static function getInfo() {
  return array(
    'name' => 'User can modify profile',
    'description' => 'Tests whether a user can modify their profile, and that the changes are synchronized to LDAP.',
    'group' => 'Simple LDAP User',
  );
}