You are here

public static function LdapAuthorizationOtherAuthenticationTests::getInfo in Lightweight Directory Access Protocol (LDAP) 7

File

ldap_authorization/tests/Other/Other.test, line 12

Class

LdapAuthorizationOtherAuthenticationTests

Code

public static function getInfo() {
  return array(
    'group' => 'LDAP Authorization',
    'name' => 'non ldap_authentication',
    'description' => 'Test for ldap authorization without ldap_authentication module authentication',
  );
}