public static function SimpleLdapServerConnectionTestCase::getInfo in Simple LDAP 7
Same name and namespace in other branches
- 7.2 simple_ldap.test \SimpleLdapServerConnectionTestCase::getInfo()
Inherited from DrupalWebTestCase::getInfo().
File
- ./
simple_ldap.test, line 53 - Tests for Simple LDAP module.
Class
Code
public static function getInfo() {
return array(
'name' => 'LDAP server connectivity',
'description' => 'Tests the Simple LDAP server configuration and connectivity.',
'group' => 'Simple LDAP',
);
}