You are here

public static function LdapAuthorizationOg2Tests::getInfo in Lightweight Directory Access Protocol (LDAP) 8.2

Same name and namespace in other branches
  1. 7.2 ldap_authorization/tests/Og2Tests.test \LdapAuthorizationOg2Tests::getInfo()
  2. 7 ldap_authorization/tests/Og/Og2.test \LdapAuthorizationOg2Tests::getInfo()

File

ldap_authorization/tests/Og2Tests.test, line 32

Class

LdapAuthorizationOg2Tests

Code

public static function getInfo() {
  return array(
    'group' => 'LDAP Authorization',
    'name' => 'OG 7.x-2.x Tests.',
    'description' => 'Test ldap authorization og 2.',
  );
}