public static function SimpleLdapUserAuthenticationWebTestCase::getInfo in Simple LDAP 7.2
Same name and namespace in other branches
- 7 simple_ldap_user/simple_ldap_user.test \SimpleLdapUserAuthenticationWebTestCase::getInfo()
Inherited parent::getInfo().
File
- simple_ldap_user/
simple_ldap_user.test, line 356 - Tests for Simple LDAP User module.
Class
Code
public static function getInfo() {
return array(
'name' => 'Authentication',
'description' => 'Tests that an LDAP user can authenticate to Drupal with the correct LDAP credentials.',
'group' => 'Simple LDAP User',
);
}