You are here

public static function SimpleLdapServerConnectionTestCase::getInfo in Simple LDAP 7.2

Same name and namespace in other branches
  1. 7 simple_ldap.test \SimpleLdapServerConnectionTestCase::getInfo()

Inherited from DrupalWebTestCase::getInfo().

File

./simple_ldap.test, line 53
Tests for Simple LDAP module.

Class

SimpleLdapServerConnectionTestCase

Code

public static function getInfo() {
  return array(
    'name' => 'LDAP server connectivity',
    'description' => 'Tests the Simple LDAP server configuration and connectivity.',
    'group' => 'Simple LDAP',
  );
}