You are here

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

Same name and namespace in other branches
  1. 8.2 ldap_authorization/tests/BasicTests.test \LdapAuthorizationBasicTests::getInfo()
  2. 7.2 ldap_authorization/tests/BasicTests.test \LdapAuthorizationBasicTests::getInfo()

File

ldap_authorization/tests/BasicTests/BasicTests.test, line 17

Class

LdapAuthorizationBasicTests

Code

public static function getInfo() {
  return array(
    'group' => 'LDAP Authorization',
    'name' => 'LDAP Authorization: Basic Tests',
    'description' => 'Basic functionality tests.',
  );
}